Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cron/
H A Dcron.c589 case CRONEVENT: in main()
768 if (!valid_entry(dp->d_name, CRONEVENT)) in read_dirs()
841 if (type == CRONEVENT) { in create_ulist()
861 u = create_ulist(name, CRONEVENT); in init_cronevent()
865 u = create_ulist(name, CRONEVENT); in init_cronevent()
948 u = create_ulist(name, CRONEVENT); in mod_ctab()
1212 e->etype = CRONEVENT; in readcron()
2135 (next_event->etype == CRONEVENT) && in rm_ctevents()
2224 if (e->etype == CRONEVENT) { in ex()
2279 if (next_event->etype == CRONEVENT) { in ex()
[all …]
H A Dcron.h46 #define CRONEVENT 2 macro