Lines Matching refs:clist
94 struct clist { struct
118 struct clist t_rawq; /* Device raw input queue. */ argument
120 struct clist t_canq; /* Device canonical queue. */
122 struct clist t_outq; /* Device output queue. */
190 struct clist;
277 int b_to_q(const u_char *cp, int cc, struct clist *q);
278 void catq(struct clist *from, struct clist *to);
280 int getc(struct clist *q);
281 void ndflush(struct clist *q, int cc);
282 int ndqb(struct clist *q, int flag);
283 u_char *firstc(struct clist *clp, int *c);
284 u_char *nextc(struct clist *q, u_char *cp, int *c);
285 int putc(int c, struct clist *q);
286 int q_to_b(struct clist *q, u_char *cp, int cc);
287 int unputc(struct clist *q);
288 int clalloc(struct clist *clp, int size, int quot);
289 void clfree(struct clist *clp);