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

/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtmxdate.c61 #define WORK (1L<<18) macro
66 #define FLAGS(f) (f&EXACT)?"|EXACT":"",(f&LAST)?"|LAST":"",(f&THIS)?"|THIS":"",(f&NEXT)?"|NEXT":"",(f&ORDINAL)?"|ORDINAL":"",(f&FINAL)?"|FINAL":"",(f&WORK)?"|WORK":""
1227 message((-1, "AHA#%d WORK", __LINE__));
1228 state |= WORK;
1391 if (!(set & (FINAL|WORK)))
1454 if (set & (FINAL|WORK))
1708 if (state & WORK)
1712 message((-1, "AHA#%d WORK mday=%d wday=%d", __LINE__, tm->tm_mday, tm->tm_wday));
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c71 typedef struct work WORK; typedef in typeref:struct:work
73 static WORK *WorkQ; /* queue of things to be done */
154 ** int (*compar)(const void *, const void *), not (WORK *, WORK *))
1665 WORK *w;
2471 static WORK *WorkList = NULL; /* list of unsort work */
2485 register WORK *w;
2950 register WORK *w; /* tmp item pointer */
2955 WORK *nw;
3096 w = (WORK *) xallo
[all...]

Completed in 62 milliseconds