Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/tm/
H A Dtmxdate.c47 #define EXACT (1<<4) macro
66 #define FLAGS(f) (f&EXACT)?"|EXACT":"",(f&LAST)?"|LAST":"",(f&THIS)?"|THIS":"",(f&NEXT)?"|NEXT":"",…
228 state &= (state & HOLD) ? ~(HOLD) : ~(EXACT|LAST|NEXT|THIS); in tmxdate()
493 state |= HOLD|EXACT; in tmxdate()
494 set &= ~(EXACT|LAST|NEXT|THIS); in tmxdate()
495 set |= state & (EXACT|LAST|NEXT|THIS); in tmxdate()
512 set &= ~(EXACT|LAST|NEXT|THIS); in tmxdate()
513 set |= state & (EXACT|LAST|NEXT|THIS); in tmxdate()
815 set &= ~(EXACT|LAST|NEXT|THIS); in tmxdate()
816 set |= state & (EXACT|LAST|NEXT|THIS); in tmxdate()
[all …]