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

/opensolaris-onvv-gate/usr/src/cmd/cron/
H A Dcron.c216 struct usr *nextusr; member in struct:usr
527 u = u->nextusr;
847 u->nextusr = uhead;
2057 prev = cur, cur = cur->nextusr) {
2064 uhead = u->nextusr;
2066 prev->nextusr = u->nextusr;
2166 u = u->nextusr;
3458 if ((u = u->nextusr) == NULL)

Completed in 92 milliseconds