Searched defs:_CTRL (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcurshdr.h207 #define _CTRL(c) (c | 0100) macro
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h74 #define _CTRL(c) ('c'&037) macro
81 #define CINTR _CTRL(c)
84 #define CKILL _CTRL(u)
85 #define CEOF _CTRL(d)
91 #define CSTART _CTRL(q)
92 #define CSTOP _CTRL(s)
93 #define CSUSP _CTRL(z)
94 #define CDSUSP _CTRL(y)
95 #define CRPRNT _CTRL(r)
96 #define CFLUSH _CTRL(
[all...]
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dtermios.h74 #define _CTRL(c) ('c'&037) macro
81 #define CINTR _CTRL(c)
84 #define CKILL _CTRL(u)
85 #define CEOF _CTRL(d)
91 #define CSTART _CTRL(q)
92 #define CSTOP _CTRL(s)
93 #define CSUSP _CTRL(z)
94 #define CDSUSP _CTRL(y)
95 #define CRPRNT _CTRL(r)
96 #define CFLUSH _CTRL(
[all...]
/illumos-gate/usr/src/cmd/tip/
H A Dtip.h42 #define _CTRL(c) (c&037) macro

Completed in 65 milliseconds