Searched defs:iscontrol (Results 1 – 4 of 4) sorted by relevance
100 #define iscontrol(n) (n>=034 && n<=037) /* used to test the next two */ macro
89 #define iscontrol(n) (n==035 || n==036) /* used to test the next two */ macro
99 #define iscontrol(n) (n==035 || n==036) /* used to test the next two */ macro