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

/illumos-gate/usr/src/cmd/cron/
H A Dcron.c217 struct event *ctevents; /* list of this usr's crontab events */ member in struct:usr
975 u->ctevents = NULL;
1261 e->link = u->ctevents;
1262 u->ctevents = e;
2139 e2 = u->ctevents;
2156 u->ctevents = NULL;
3447 if (u->ctexists && u->ctevents != NULL) {
3448 e = u->ctevents;

Completed in 66 milliseconds