Searched refs:TO_CONTROL (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Ded.term.h36 #define TO_CONTROL(A) ((A) & 037) macro
181 # define CERASE TO_CONTROL('h')
187 # define CSWTCH TO_CONTROL('z')
209 # define CINTR TO_CONTROL('c')
218 # define CKILL TO_CONTROL('u')
221 # define CEOF TO_CONTROL('d')
239 # define CSTART TO_CONTROL('q')
242 # define CSTOP TO_CONTROL('s')
245 # define CSUSP TO_CONTROL('z')
248 # define CDSUSP TO_CONTROL('
[all...]
/freebsd-9.3-release/contrib/sendmail/src/
H A Dreadcf.c4416 #define TO_CONTROL 0x1F macro
4417 { "control", TO_CONTROL },
4637 case TO_CONTROL:

Completed in 51 milliseconds