Lines Matching refs:FINAL
48 #define FINAL (1<<5) macro
66 …":"",(f&THIS)?"|THIS":"",(f&NEXT)?"|NEXT":"",(f&ORDINAL)?"|ORDINAL":"",(f&FINAL)?"|FINAL":"",(f&WO…
1222 state |= HOLD|THIS|FINAL; in tmxdate()
1224 set |= state & (EXACT|LAST|NEXT|THIS|FINAL); in tmxdate()
1234 state |= FINAL; in tmxdate()
1235 set |= FINAL; in tmxdate()
1339 state |= FINAL; in tmxdate()
1340 set |= FINAL; in tmxdate()
1391 if (!(set & (FINAL|WORK))) in tmxdate()
1454 if (set & (FINAL|WORK)) in tmxdate()
1700 if (state & FINAL) in tmxdate()
1703 else if (day < 0 && (state & FINAL) && (set & DAY)) in tmxdate()
1710 …tm->tm_mday = (set & FINAL) ? (tm_data.days[tm->tm_mon] + (tm->tm_mon == 1 && tmisleapyear(tm->tm_… in tmxdate()