check_nl_at_eof   106 src/editor/edit.c     .check_nl_at_eof = FALSE
check_nl_at_eof    62 src/editor/edit.h     gboolean check_nl_at_eof;
check_nl_at_eof   373 src/editor/editcmd.c     return !(edit_options.check_nl_at_eof && buf->size > 0
check_nl_at_eof   874 src/editor/editcmd.c             QUICK_CHECKBOX (N_("Check &POSIX new line"), &edit_options.check_nl_at_eof, NULL),
check_nl_at_eof   358 src/setup.c        { "editor_check_new_line", &edit_options.check_nl_at_eof },