Searched defs:CONTROL (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/contrib/telnet/telnet/
H A Ddefines.h52 #define CONTROL(x) ((x)&0x1f) /* CTRL(x) is not portable */ macro
/freebsd-current/crypto/heimdal/appl/telnet/telnet/
H A Ddefines.h55 #define CONTROL(x) ((x)&0x1f) /* CTRL(x) is not portable */ macro
/freebsd-current/sys/contrib/zstd/programs/
H A Dbenchfn.c57 #define CONTROL(c) { if (!(c)) { DEBUGOUTPUT("error: %s \n", #c); abort(); } } macro
H A Dutil.c58 #define CONTROL(c) { \ macro
[all...]
/freebsd-current/contrib/less/
H A Dlesskey_parse.c18 #define CONTROL(c) ((c)&037) macro
H A Dless.h472 #define CONTROL(c) ( \ macro
531 #define CONTROL(c) ((c)&037) macro
/freebsd-current/sys/dev/usb/controller/
H A Dehci_fsl.c112 CONTROL = 0x500 enumerator in enum:internal_reg
/freebsd-current/sys/dev/sound/macio/
H A Donyx.c137 u_char CONTROL; member in struct:onyx_reg
/freebsd-current/sys/powerpc/powermac/
H A Dkiic.c53 #define CONTROL 1 macro
[all...]
/freebsd-current/contrib/libedit/
H A Dtty.h47 #define CONTROL(A) ((A) & 037) macro
[all...]

Completed in 229 milliseconds