Home
last modified time | relevance | path

Searched refs:BS_CONTROL (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/less/
H A Dline.c1241 if (proc_backspace == OPT_ONPLUS || (bs_mode == BS_CONTROL && proc_backspace == OPT_OFF)) in store_bs()
1334 if (bs_mode == BS_CONTROL) in do_append()
1348 if (proc_tab == OPT_ONPLUS || (bs_mode == BS_CONTROL && proc_tab == OPT_OFF)) in do_append()
1565 if (proc_backspace == OPT_ONPLUS || (bs_mode == BS_CONTROL && proc_backspace == OPT_OFF)) in col_vs_pos()
1571 if (proc_tab == OPT_ONPLUS || (bs_mode == BS_CONTROL && proc_tab == OPT_OFF)) in col_vs_pos()
1588 if (bs_mode == BS_CONTROL) in col_vs_pos()
H A Dcharset.c897 (bs_mode != BS_CONTROL && is_in_table(ch, &fmt_table) && in is_composing_char()
909 (bs_mode == BS_CONTROL && is_in_table(ch, &fmt_table) && in is_ubin_char()
H A Dless.h379 #define BS_CONTROL 2 /* \b treated as control char; prints as ^H */ macro
H A Dsearch.c237 if (proc_return == OPT_ON || (bs_mode != BS_CONTROL && proc_backspace == OPT_OFF)) in get_cvt_ops()