Searched refs:c_cl (Results 1 – 3 of 3) sorted by relevance
80 clp->c_cf = clp->c_cl = NULL; in clalloc()125 clp->c_cf = clp->c_cl = (u_char *)0; in getc()145 cc = clp->c_cl - clp->c_cf; in q_to_b()146 if (clp->c_cf >= clp->c_cl) in q_to_b()159 clp->c_cf = clp->c_cl = (u_char *)0; in q_to_b()181 count = clp->c_cl - clp->c_cf; in ndqb()219 clp->c_cf = clp->c_cl = (u_char *)0; in ndflush()224 cc = clp->c_cl - clp->c_cf; in ndflush()225 if (clp->c_cf >= clp->c_cl) in ndflush()236 clp->c_cf = clp->c_cl = (u_char *)0; in ndflush()[all …]
1951 tp->t_rawq.c_cf = tp->t_rawq.c_cl = 0; in ttypend()
86 u_char *c_cl; /* points to next open character */ member