Home
last modified time | relevance | path

Searched refs:C0_LF (Results 1 – 11 of 11) sorted by relevance

/dports/x11/rxvt-unicode/rxvt-unicode-9.30/src/
H A Dcommand.C2268 if (ecb_likely (!IS_CONTROL (ch) || ch == C0_LF || ch == C0_CR || ch == C0_HT)) in cmd_parse()
2293 … if (ecb_unlikely (ch == NOCHAR || (IS_CONTROL (ch) && ch != C0_LF && ch != C0_CR && ch != C0_HT))) in cmd_parse()
2298 if (ecb_unlikely (ch == C0_LF || str >= eol)) in cmd_parse()
2300 if (ch == C0_LF) in cmd_parse()
2567 case C0_LF: /* line feed */ in process_nonprinting()
2718 wchar_t nlcr[] = { C0_LF, C0_CR }; in process_escape_seq()
H A Dscreen.C837 if (c == C0_LF) in scr_add_lines()
2716 if (data[i] == C0_LF) in tt_paste()
2881 && new_selection_text[ofs - 1] != C0_LF in selection_make()
2885 new_selection_text[ofs++] = C0_LF; in selection_make()
2892 new_selection_text[ofs++] = C0_LF; in selection_make()
H A Drxvt.h398 C0_BS , C0_HT , C0_LF , C0_VT , C0_FF , C0_CR , C0_SO , C0_SI , enumerator
/dports/x11-clocks/rclock/rxvt-2.7.10/src/
H A Drxvt.h379 C0_BS , C0_HT , C0_LF , C0_VT , C0_FF , C0_CR , C0_SO , C0_SI , enumerator
H A Dcommand.c1815 case C0_LF: /* line feed */
/dports/x11/xvt/xvt-3.0.1/src/
H A Dxvt.h379 C0_BS , C0_HT , C0_LF , C0_VT , C0_FF , C0_CR , C0_SO , C0_SI , enumerator
H A Dcommand.c1815 case C0_LF: /* line feed */
/dports/x11/mrxvt/mrxvt-0.4.2/src/
H A Drxvt.h819 C0_BS , C0_HT , C0_LF , C0_VT , C0_FF , C0_CR , C0_SO , C0_SI , enumerator
H A Dcommand.c4977 case C0_LF: /* line feed */
/dports/x11/mrxvt-devel/mrxvt-0.5.4/src/
H A Drxvt.h914 C0_BS , C0_HT , C0_LF , C0_VT , C0_FF , C0_CR , C0_SO , C0_SI , enumerator
H A Dcommand.c4803 case C0_LF: /* line feed */ in rxvt_process_nonprinting()