Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libadm/common/
H A Dgetdev.c778 int notdone; /* Flag, done yet? */ in getnextmatch() local
790 notdone = TRUE; in getnextmatch()
801 while (notdone && (devtabent = _getdevtabent())) { in getnextmatch()
807 notdone = FALSE; in getnextmatch()
819 while (notdone && (devtabent = _getdevtabent())) { in getnextmatch()
825 notdone = FALSE; in getnextmatch()
/titanic_44/usr/src/cmd/deroff/
H A Dderoff.c606 int notdone = 1; in sdis() local
609 while (notdone) { in sdis()