Searched defs:CTRL (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/ncurses/progs/
H A Dreset_cmd.h47 #undef CTRL macro
48 #define CTRL(x) ((x) & 0x1f) macro
/freebsd-current/sys/sys/
H A Dttydefaults.h64 #define CTRL(x) ((x) >= 'a' && (x) <= 'z' ? \ macro
[all...]
/freebsd-current/sys/ddb/
H A Ddb_input.c75 #define CTRL(c) ((c) & 0x1f) macro
[all...]
/freebsd-current/contrib/libedit/readline/
H A Dreadline.h84 #define CTRL(c) ((c) & 037) macro
/freebsd-current/libexec/getty/
H A Dmain.c65 #undef CTRL macro
66 #define CTRL(x) (x&037) macro
/freebsd-current/lib/libiconv_modules/HZ/
H A Dcitrus_hz.c65 CTRL = 0, ASCII = 1, GB2312 = 2, CS94 = 3, CS96 = 4 enumerator in enum:__anon307
/freebsd-current/sys/dev/smc/
H A Dif_smcreg.h141 #define CTRL 0xa macro

Completed in 88 milliseconds