Home
last modified time | relevance | path

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

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