Home
last modified time | relevance | path

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

/components/lwp/terminal/freebsd/
A Dtty_inq.c69 #define GETBIT(tib, boff) \ argument
71 #define SETBIT(tib, boff) \ argument
73 #define CLRBIT(tib, boff) \ argument
102 tib->tib_next->tib_prev = tib; \
188 if (tib == NULL) in ttyinq_read_uio()
376 if (tib == NULL) in ttyinq_findchar()
381 if (strchr(breakc, tib->tib_data[boff]) && !GETBIT(tib, boff)) in ttyinq_findchar()
405 for (tib = ti->ti_firstblock; tib != NULL; tib = tib->tib_next) in ttyinq_flush()
406 memset(&tib->tib_data, 0, sizeof tib->tib_data); in ttyinq_flush()
472 iterator(data, tib->tib_data[boff], GETBIT(tib, boff)); in ttyinq_line_iterate()
[all …]

Completed in 3 milliseconds