Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/less/dist/
H A Dopttbl.c83 public int proc_tab; /* Special handling of tab */ variable
707 TRIPLE|REPAINT|HL_REPAINT, OPT_OFF, &proc_tab, NULL,
H A Dline.c87 extern int proc_tab;
1125 if (proc_tab == OPT_ONPLUS || (bs_mode == BS_CONTROL && proc_tab == OPT_OFF)) in do_append()