HomeSort by: relevance | last modified time | path
    Searched refs:c_cl (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/kern/
tty_subr.c 80 clp->c_cf = clp->c_cl = NULL;
125 clp->c_cf = clp->c_cl = (u_char *)0;
145 cc = clp->c_cl - clp->c_cf;
146 if (clp->c_cf >= clp->c_cl)
159 clp->c_cf = clp->c_cl = (u_char *)0;
181 count = clp->c_cl - clp->c_cf;
219 clp->c_cf = clp->c_cl = (u_char *)0;
224 cc = clp->c_cl - clp->c_cf;
225 if (clp->c_cf >= clp->c_cl)
236 clp->c_cf = clp->c_cl = (u_char *)0
    [all...]
tty.c 1951 tp->t_rawq.c_cf = tp->t_rawq.c_cl = 0;
  /src/sys/sys/
tty.h 77 * Clists are actually ring buffers. The c_cc, c_cf, c_cl fields have
82 * *DON'T* play with c_cs, c_ce, c_cq, or c_cl outside tty_subr.c!!!
86 u_char *c_cl; /* points to next open character */ member in struct:clist

Completed in 125 milliseconds