Searched refs:ttyinq_peekchar (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | ttyqueue.h | 86 int ttyinq_peekchar(struct ttyinq *ti, char *c, int *quote);
|
| /f-stack/freebsd/kern/ |
| H A D | tty_ttydisc.c | 756 if (ttyinq_peekchar(&tp->t_inq, &c, "e) != 0) in ttydisc_rubchar() 830 if (ttyinq_peekchar(&tp->t_inq, &c, "e) != 0) in ttydisc_rubword() 845 if (ttyinq_peekchar(&tp->t_inq, &c, "e) != 0) in ttydisc_rubword()
|
| H A D | tty_inq.c | 395 ttyinq_peekchar(struct ttyinq *ti, char *c, int *quote) in ttyinq_peekchar() function
|