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

/darwin-on-arm/xnu/bsd/kern/
H A Dtty_subr.c122 clp->c_ce = clp->c_cs + size;
160 if (++clp->c_cf == clp->c_ce)
182 cc = clp->c_ce - clp->c_cf;
190 if (clp->c_cf == clp->c_ce)
215 count = clp->c_ce - clp->c_cf;
255 cc = clp->c_ce - clp->c_cf;
261 if (clp->c_cf == clp->c_ce)
307 if (clp->c_cl == clp->c_ce)
383 cc = clp->c_ce - clp->c_cl;
400 if (clp->c_cl == clp->c_ce)
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dtty.h90 * *DON'T* play with c_cs, c_ce, c_cq, or c_cl outside tty_subr.c!!!
98 u_char *c_ce; /* c_ce + c_len */ member in struct:clist

Completed in 23 milliseconds