Searched defs:CTRL (Results 1 – 9 of 9) sorted by relevance
158 #define CTRL(c) ((c)&037) in domacro() macro
397 #define CTRL(c) ((c)&037) in cmdscanner() macro
40 #define CTRL KBTYPE_SPEC_CTRL macro
50 #define CTRL(c) ((c) & 037) macro [all...]
50 #define CTRL(c) ('c'&037) macro [all...]
66 #define CTRL(c) ((c)&037) macro [all...]
64 #define CTRL(c) ((c)&037) macro [all...]
205 #define CTRL(c) (c & 037) macro
154 #define CTRL(c) ((c) & 0x01f) macro