Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dtty_inq.c69 #define GETBIT(tib,boff) \ macro
380 if (strchr(breakc, tib->tib_data[boff]) && !GETBIT(tib, boff)) { in ttyinq_canonicalize_break()
421 if (strchr(breakc, tib->tib_data[boff]) && !GETBIT(tib, boff)) { in ttyinq_findchar()
462 *quote = GETBIT(tib, boff); in ttyinq_peekchar()
517 iterator(data, tib->tib_data[boff], GETBIT(tib, boff)); in ttyinq_line_iterate()