Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/dc/
H A Ddc.h84 struct blk **wtw; member
H A Ddc.c2251 if (hptr->rdw > hptr->wtw) in salterwd()
2252 hptr->wtw = hptr->rdw; in salterwd()
2390 if (wp->rdw == wp->wtw) in getwd()
2401 if (wp->wtw == wp->lastw) in putwd()
2403 *wp->wtw++ = c; in putwd()
2412 if (wp->rdw == wp->wtw) in lookwd()