Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dtty_ttydisc.c839 if (ttyinq_peekchar(&tp->t_inq, &c, &quote) != 0) in ttydisc_rubchar()
906 if (ttyinq_peekchar(&tp->t_inq, &c, in ttydisc_rubchar()
987 if (ttyinq_peekchar(&tp->t_inq, &c, &quote) != 0) in ttydisc_rubword()
1002 if (ttyinq_peekchar(&tp->t_inq, &c, &quote) != 0) in ttydisc_rubword()
H A Dtty_inq.c450 ttyinq_peekchar(struct ttyinq *ti, char *c, int *quote) in ttyinq_peekchar() function
/freebsd/sys/sys/
H A Dttyqueue.h85 int ttyinq_peekchar(struct ttyinq *ti, char *c, int *quote);