Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dcharset.c854 (bs_mode != BS_CONTROL && is_in_table(ch, &fmt_table)); in is_in_table()
865 (bs_mode == BS_CONTROL && is_in_table(ch, &fmt_table)); in is_composing_char()
H A Dless.h380 #define BS_CONTROL 2 /* \b treated as control char; prints as ^H */
385 #define BS_CONTROL global() macro
H A Dline.c1068 if (proc_backspace == OPT_ONPLUS || (bs_mode == BS_CONTROL && proc_backspace == OPT_OFF)) in do_append()
1164 if (proc_tab == OPT_ONPLUS || (bs_mode == BS_CONTROL && proc_tab == OPT_OFF)) in add_attr_normal()
1356 if (proc_backspace == OPT_ONPLUS || (bs_mode == BS_CONTROL && proc_backspace == OPT_OFF)) in forw_raw_line()
1362 if (proc_tab == OPT_ONPLUS || (bs_mode == BS_CONTROL && proc_tab == OPT_OFF)) in forw_raw_line()
H A Dsearch.c238 if (proc_return == OPT_ON || (bs_mode != BS_CONTROL && proc_backspace == OPT_OFF))