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

/illumos-gate/usr/src/cmd/cron/
H A Dcron.c243 } *rthead; variable in typeref:struct:runinfo
2898 rp->next = rthead; /* link the entry into the list */
2899 rthead = rp;
2903 for (rp = rthead; rp != NULL; rp = rp->next) {
2922 for (rpp = &rthead; (rp = *rpp) != NULL; rpp = &rp->next) {

Completed in 621 milliseconds