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

/opensolaris-onvv-gate/usr/src/cmd/cron/
H A Dcron.c214 struct event *ctevents; /* list of this usr's crontab events */ member in struct:usr
972 u->ctevents = NULL;
1258 e->link = u->ctevents;
1259 u->ctevents = e;
2136 e2 = u->ctevents;
2153 u->ctevents = NULL;
3434 if (u->ctexists && u->ctevents != NULL) {
3435 e = u->ctevents;

Completed in 87 milliseconds