Home
last modified time | relevance | path

Searched refs:proc_return (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/less/
H A Dopttbl.c83 public int proc_return; /* Special handling of carriage return */ variable
749 O_TRIPLE|O_REPAINT|O_HL_REPAINT, OPT_OFF, &proc_return, NULL,
H A Dline.c93 extern int proc_return;
1096 if (ch == '\r' && (proc_return == OPT_ON || (bs_mode == BS_SPECIAL && proc_return == OPT_OFF))) in pappend_b()
H A Dsearch.c29 extern int proc_return;
237 if (proc_return == OPT_ON || (bs_mode != BS_CONTROL && proc_backspace == OPT_OFF)) in get_cvt_ops()