Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dtty_subr.c272 int sby, sbi, eby, ebi; in clrbits() local
283 eby = (off+len) / NBBY; in clrbits()
285 if (sby == eby) { in clrbits()
292 for (i = sby; i < eby; i++) in clrbits()
297 cp[eby] &= ~mask; in clrbits()