Home
last modified time | relevance | path

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

/components/lwp/terminal/
A Dbsd_ttyqueue.h57 struct ttyinq struct
86 void ttyinq_free(struct ttyinq *ti);
92 void ttyinq_canonicalize(struct ttyinq *ti);
95 void ttyinq_flush(struct ttyinq *ti);
97 void ttyinq_unputchar(struct ttyinq *ti);
98 void ttyinq_reprintpos_set(struct ttyinq *ti);
99 void ttyinq_reprintpos_reset(struct ttyinq *ti);
101 rt_inline size_t ttyinq_getsize(struct ttyinq *ti) in ttyinq_getsize()
111 rt_inline size_t ttyinq_bytesleft(struct ttyinq *ti) in ttyinq_bytesleft()
129 rt_inline size_t ttyinq_bytesline(struct ttyinq *ti) in ttyinq_bytesline()
[all …]
A Dterminal.h143 struct ttyinq t_inq; /* (t) Input queue. */
/components/lwp/terminal/freebsd/
A Dtty_inq.c124 int ttyinq_setsize(struct ttyinq *ti, struct lwp_tty *tp, size_t size) in ttyinq_setsize()
157 void ttyinq_free(struct ttyinq *ti) in ttyinq_free()
360 void ttyinq_canonicalize(struct ttyinq *ti) in ttyinq_canonicalize()
393 void ttyinq_flush(struct ttyinq *ti) in ttyinq_flush()
410 int ttyinq_peekchar(struct ttyinq *ti, char *c, int *quote) in ttyinq_peekchar()
427 void ttyinq_unputchar(struct ttyinq *ti) in ttyinq_unputchar()
443 void ttyinq_reprintpos_set(struct ttyinq *ti) in ttyinq_reprintpos_set()
449 void ttyinq_reprintpos_reset(struct ttyinq *ti) in ttyinq_reprintpos_reset()
455 static void ttyinq_line_iterate(struct ttyinq *ti, in ttyinq_line_iterate()
480 void ttyinq_line_iterate_from_linestart(struct ttyinq *ti, in ttyinq_line_iterate_from_linestart()
[all …]

Completed in 6 milliseconds