Searched refs:ttyinq_peekchar (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/sys/
H A Dttyqueue.h86 int ttyinq_peekchar(struct ttyinq *ti, char *c, int *quote);
/freebsd-12-stable/sys/kern/
H A Dtty_ttydisc.c740 if (ttyinq_peekchar(&tp->t_inq, &c, &quote) != 0)
814 if (ttyinq_peekchar(&tp->t_inq, &c, &quote) != 0)
829 if (ttyinq_peekchar(&tp->t_inq, &c, &quote) != 0)
H A Dtty_inq.c395 ttyinq_peekchar(struct ttyinq *ti, char *c, int *quote) function

Completed in 35 milliseconds