Searched refs:OPT_ON (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/less/ |
H A D | option.c | 504 return ((val == OPT_ON) ? OPT_OFF : OPT_ON); in opt_prompt() 781 return quit_at_eof ? OPT_ONPLUS : OPT_ON;
|
H A D | search.c | 236 if (proc_backspace == OPT_ON || (bs_mode == BS_SPECIAL && proc_backspace == OPT_OFF)) in prev_pattern() 238 if (proc_return == OPT_ON || (bs_mode != BS_CONTROL && proc_backspace == OPT_OFF)) 1141 if (how_search == OPT_ON) in get_lastlinepos() 1703 if (hilite_search == OPT_ON) in prep_hilite() 2080 if (hilite_search == OPT_ON || status_col) 2142 if (hilite_search == OPT_ON || status_col) 2165 if ((hilite_search == OPT_ON || status_col) && n > 0) 2186 if (hilite_search == OPT_ON || status_col)
|
H A D | opttbl.c | 217 BOOL, OPT_ON, &autobuf, NULL, 335 BOOL, OPT_ON, &use_lessopen, NULL, 351 TRIPLE|REPAINT, OPT_ON, &linenums, NULL, 475 BOOL|REPAINT, OPT_ON, &twiddle, NULL,
|
H A D | line.c | 691 if (ctldisp == OPT_ON) in store_char() 933 if (ch == '\r' && (proc_return == OPT_ON || (bs_mode == BS_SPECIAL && proc_return == OPT_OFF))) in pappend() 1013 if (ctldisp == OPT_ON) in store_ansi() 1076 else if (proc_backspace == OPT_ON || (bs_mode == BS_SPECIAL && proc_backspace == OPT_OFF)) in do_append() 1172 } else if (utf_mode && ctldisp != OPT_ON && is_ubin_char(ch)) in pdone() 1282 if (end_column < sc_width + cshift || !auto_wrap || (endline && ignaw) || ctldisp == OPT_ON) 1377 if (utf_mode && ctldisp != OPT_ON && is_ubin_char(wch)) in back_raw_line()
|
H A D | less.h | 175 #define OPT_ON 1 193 #define OPT_ON global() macro
|