Home
last modified time | relevance | path

Searched refs:no_edit_warn (Results 1 – 2 of 2) sorted by relevance

/src/contrib/less/
H A Dopttbl.c86 public int no_edit_warn; /* Don't warn when editing a LESSOPENed file */ variable
643 O_BOOL, OPT_OFF, &no_edit_warn, NULL,
H A Dcommand.c54 extern int no_edit_warn;
2014 if (!no_edit_warn && get_altfilename(curr_ifile) != NULL) in commands()