Searched refs:tib_quotes (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/kern/
H A Dtty_inq.c73 ((tib)->tib_quotes[(boff) / BMSIZE] & (1 << ((boff) % BMSIZE)))
75 ((tib)->tib_quotes[(boff) / BMSIZE] |= (1 << ((boff) % BMSIZE)))
77 ((tib)->tib_quotes[(boff) / BMSIZE] &= ~(1 << ((boff) % BMSIZE)))
82 uint32_t tib_quotes[TTYINQ_QUOTESIZE]; member in struct:ttyinq_block

Completed in 81 milliseconds