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

/illumos-gate/usr/src/cmd/cron/
H A Dcron.c216 short ctexists; /* for revising crontab events */ member in struct:usr
842 u->ctexists = TRUE;
845 u->ctexists = FALSE;
868 u->ctexists = TRUE;
967 u->ctexists = TRUE;
2053 if (!u->ctexists && u->atevents == NULL &&
2119 u->ctexists = 0;
3378 u->ctexists = 0;
3447 if (u->ctexists && u->ctevents != NULL) {

Completed in 67 milliseconds