Home
last modified time | relevance | path

Searched refs:c_cl (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/kern/
H A Dtty_subr.c121 clp->c_cf = clp->c_cl = (u_char *)0; in clalloc()
169 clp->c_cf = clp->c_cl = (u_char *)0; in getc()
187 cc = clp->c_cl - clp->c_cf; in q_to_b()
188 if (clp->c_cf >= clp->c_cl) { in q_to_b()
204 clp->c_cf = clp->c_cl = (u_char *)0; in q_to_b()
225 count = clp->c_cl - clp->c_cf; in ndqb()
269 clp->c_cf = clp->c_cl = (u_char *)0; in ndflush()
274 cc = clp->c_cl - clp->c_cf; in ndflush()
275 if (clp->c_cf >= clp->c_cl) { in ndflush()
289 clp->c_cf = clp->c_cl = (u_char *)0; in ndflush()
[all …]
H A Dtty.c1973 tp->t_rawq.c_cf = tp->t_rawq.c_cl = NULL; in ttypend()
/xnu-8019.80.24/bsd/sys/
H A Dtty.h98 u_char *c_cl; /* points to next open character */ member
267 #define TSA_OCOMPLETE(tp) ((void *)&(tp)->t_outq.c_cl)
270 #define TSA_PTC_WRITE(tp) ((void *)&(tp)->t_rawq.c_cl)