Searched defs:nextusr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cron/
H A Dcron.c219 struct usr *nextusr; member in struct:usr
530 u = u->nextusr;
850 u->nextusr = uhead;
2060 prev = cur, cur = cur->nextusr) {
2067 uhead = u->nextusr;
2069 prev->nextusr = u->nextusr;
2169 u = u->nextusr;
3471 if ((u = u->nextusr) == NULL)

Completed in 67 milliseconds