Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libadm/common/
H A Dgetdev.c777 int notdone; /* Flag, done yet? */ in getnextmatch() local
789 notdone = TRUE; in getnextmatch()
800 while (notdone && (devtabent = _getdevtabent())) { in getnextmatch()
806 notdone = FALSE; in getnextmatch()
818 while (notdone && (devtabent = _getdevtabent())) { in getnextmatch()
824 notdone = FALSE; in getnextmatch()
/illumos-gate/usr/src/cmd/deroff/
H A Dderoff.c604 int notdone = 1; in sdis() local
607 while (notdone) { in sdis()