Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/less/
H A Dopttbl.c81 public int proc_return; /* Special handling of carriage return */ variable
704 TRIPLE|REPAINT|HL_REPAINT, OPT_OFF, &proc_return, NULL,
H A Dline.c86 extern int proc_return;
899 if (c == '\r' && (proc_return == OPT_ON || (bs_mode == BS_SPECIAL && proc_return == OPT_OFF))) in pappend()
H A Dsearch.c30 extern int proc_return;
220 if (proc_return == OPT_ON || (bs_mode != BS_CONTROL && proc_backspace == OPT_OFF)) in get_cvt_ops()