Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dttyqueue.h86 int ttyinq_peekchar(struct ttyinq *ti, char *c, int *quote);
/f-stack/freebsd/kern/
H A Dtty_ttydisc.c756 if (ttyinq_peekchar(&tp->t_inq, &c, &quote) != 0) in ttydisc_rubchar()
830 if (ttyinq_peekchar(&tp->t_inq, &c, &quote) != 0) in ttydisc_rubword()
845 if (ttyinq_peekchar(&tp->t_inq, &c, &quote) != 0) in ttydisc_rubword()
H A Dtty_inq.c395 ttyinq_peekchar(struct ttyinq *ti, char *c, int *quote) in ttyinq_peekchar() function