Lines Matching refs:CTRL
9 #define CTRL(x) ((x)&037) macro
10 #define CEOF CTRL('d')
16 #define CINTR CTRL('c')
17 #define CKILL CTRL('u')
20 #define CSUSP CTRL('z')
22 #define CDSUSP CTRL('y')
23 #define CSTART CTRL('q')
24 #define CSTOP CTRL('s')
25 #define CLNEXT CTRL('v')
26 #define CDISCARD CTRL('o')
27 #define CWERASE CTRL('w')
28 #define CREPRINT CTRL('r')