Home
last modified time | relevance | path

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

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