Home
last modified time | relevance | path

Searched refs:cc_t (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dtermios.h264 typedef unsigned char cc_t; typedef
272 cc_t c_cc[NCCS]; /* control chars */
292 cc_t c_cc[NCCS]; /* control chars */
303 cc_t c_cc[NCCS]; /* control chars */
H A Dttydefaults.h118 static cc_t ttydefchars[NCCS] = {
/xnu-8019.80.24/bsd/kern/
H A Dtty_compat.c280 cc_t *cc; in ttsetcompat()
302 cc_t *cc; in ttsetcompat()
421 cc_t *cc = tp->t_cc; in ttcompat()
443 cc_t *cc = tp->t_cc; in ttcompat()
460 cc_t *cc = tp->t_cc; in ttcompat()
H A Dtty.c428 cc_t *cc; in ttyinput()
1994 cc_t *cc = tp->t_cc; in ttread()