Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/less/
H A Dopttbl.c80 public int proc_tab; /* Special handling of tab */ variable
696 TRIPLE|REPAINT|HL_REPAINT, OPT_OFF, &proc_tab, NULL,
H A Dline.c85 extern int proc_tab;
1123 if (proc_tab == OPT_ONPLUS || (bs_mode == BS_CONTROL && proc_tab == OPT_OFF)) in do_append()