Lines Matching refs:CTRL
55 #define CTRL(x) (x&037) macro
56 #define CEOF CTRL('d')
63 #define CINTR CTRL('c')
64 #define CSTATUS CTRL('t')
65 #define CKILL CTRL('u')
68 #define CSUSP CTRL('z')
70 #define CDSUSP CTRL('y')
71 #define CSTART CTRL('q')
72 #define CSTOP CTRL('s')
73 #define CLNEXT CTRL('v')
74 #define CDISCARD CTRL('o')
75 #define CWERASE CTRL('w')
76 #define CREPRINT CTRL('r')