clist_unputc
ttyrub(clist_unputc(&tp->t_rawq), tp);
ttyrub(clist_unputc(&tp->t_rawq), tp);
while ((c = clist_unputc(&tp->t_rawq)) == ' ' || c == '\t')
c = clist_unputc(&tp->t_rawq);
c = clist_unputc(&tp->t_rawq);
clist_unputc(&tp->t_outq);
clist_unputc(&tp->t_outq);
int clist_unputc (struct clist *q);