Searched refs:CRONEVENT (Results 1 – 2 of 2) sorted by relevance
589 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 …]
46 #define CRONEVENT 2 macro