Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dtty_inq.c70 ((tib)->tib_quotes[(boff) / BMSIZE] & (1 << ((boff) % BMSIZE)))
72 ((tib)->tib_quotes[(boff) / BMSIZE] |= (1 << ((boff) % BMSIZE)))
74 ((tib)->tib_quotes[(boff) / BMSIZE] &= ~(1 << ((boff) % BMSIZE)))
79 uint32_t tib_quotes[TTYINQ_QUOTESIZE]; member