Home
last modified time | relevance | path

Searched refs:IS_CONTROL (Results 1 – 7 of 7) sorted by relevance

/dports/misc/teseq/teseq-1.1.1/src/
H A Dteseq.c64 #define IS_CONTROL(c) (GET_COLUMN (c) <= 1) macro
1333 if (IS_CONTROL (c) || c == C_DEL) in print_control()
1561 if (IS_CONTROL(intr)) in tty_setup()
/dports/lang/nwcc/nwcc_0.8.3/cpp/
H A Dtoken.h311 #define IS_CONTROL(val) \ macro
/dports/lang/nwcc/nwcc_0.8.3/
H A Dtoken.h313 #define IS_CONTROL(val) \ macro
H A Danalyze.c503 } else if (IS_CONTROL(t->type)) { in analyze()
H A Dcontrol.c714 if (IS_CONTROL(t->type)) { in parse_ctrl()
/dports/sysutils/dvtm/dvtm-0.15/
H A Dvt.c82 #define IS_CONTROL(ch) !((ch) & 0xffffff60UL) macro
1001 if (IS_CONTROL(*p)) { in interpret_csi()
1361 } else if (IS_CONTROL(wc)) { in put_wc()
/dports/x11/rxvt-unicode/rxvt-unicode-9.30/src/
H A Dcommand.C68 #define IS_CONTROL(ch) !((ch) & 0xffffff60UL) macro
2268 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()
2855 else if (IS_CONTROL (ch)) in process_csi_seq()