Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cron/
H A Dcron.c215 short ctexists; /* for revising crontab events */ member
840 u->ctexists = TRUE; in create_ulist()
843 u->ctexists = FALSE; in create_ulist()
866 u->ctexists = TRUE; in init_cronevent()
965 u->ctexists = TRUE; in mod_ctab()
2022 if (!u->ctexists && u->atevents == NULL && in free_if_unused()
2088 u->ctexists = 0; in del_ctab()
3344 u->ctexists = 0; in clean_out_ctab()
3413 if (u->ctexists && u->ctevents != NULL) { in process_anc_files()