Home
last modified time | relevance | path

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

/freebsd/usr.sbin/cron/cron/
H A Dcron.c250 e->flags |= RUN_AT;
252 e->flags &= ~RUN_AT;
261 e->flags &= ~RUN_AT;
275 e->flags &= ~(RUN_AT|NOT_UNTIL);
313 if ( diff != 0 && (e->flags & (RUN_AT|NOT_UNTIL)) ) {
323 if ( e->flags & RUN_AT ) {
324 e->flags &= ~RUN_AT;
343 e->flags &= ~RUN_AT;
459 e->flags &= ~(RUN_AT|NOT_UNTIL);
H A Dstructs.h54 #define RUN_AT 0x80 macro