Home
last modified time | relevance | path

Searched refs:OPT_OFF (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.bin/less/
H A Dopttbl.c161 TRIPLE, OPT_OFF, &quit_at_eof, NULL,
169 BOOL, OPT_OFF, &force_open, NULL,
229 BOOL, OPT_OFF, &quit_on_intr, NULL,
245 TRIPLE, OPT_OFF, &pr_type, NULL,
277 TRIPLE, OPT_OFF, &quiet, NULL,
285 TRIPLE|REPAINT, OPT_OFF, &ctldisp, NULL,
302 BOOL|REPAINT, OPT_OFF, &chopline, NULL,
318 TRIPLE|REPAINT, OPT_OFF, &bs_mode, NULL,
347 BOOL|NO_TOGGLE, OPT_OFF, &no_init, NULL,
403 BOOL, OPT_OFF, &oldbot, NULL,
[all …]
H A Dmain.c131 hilite_search = OPT_OFF; in main()
137 top_scroll = OPT_OFF; in main()
H A Dless.h48 #define OPT_OFF 0 macro
H A Doption.c493 return ((val == OPT_ON) ? OPT_OFF : OPT_ON); in flip_triple()
495 return ((val == OPT_ONPLUS) ? OPT_OFF : OPT_ONPLUS); in flip_triple()
H A Dch.c203 autobuf = OPT_OFF; in ch_get()