Home
last modified time | relevance | path

Searched defs:CONTROL (Results 1 – 6 of 6) sorted by relevance

/csrg-svn/usr.bin/more/
H A Ddecode.c38 #define CONTROL(c) ((c)&037) macro
/csrg-svn/usr.bin/telnet/
H A Ddefines.h35 #define CONTROL(x) ((x)&0x1f) /* CTRL(x) is not portable */ macro
/csrg-svn/sys/sys/
H A Dtty.h113 #define CONTROL 1 macro
/csrg-svn/lib/libedit/
H A Dtty.h23 #define CONTROL(A) ((A) & 037) macro
/csrg-svn/local/toolchest/ksh/sh/
H A Dvi.c157 #define CONTROL -20 /* control mode */ macro
/csrg-svn/usr.bin/tn3270/
H A Dtelnet.c221 #define CONTROL(x) ((x)&0x1f) /* CTRL(x) is not portable */ macro