Lines Matching refs:LAST
51 #define LAST (1<<8) 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()
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()
833 …if (!(state & (LAST|NEXT|THIS)) && ((i = t - s) == 4 && (*t == '.' && isdigit(*(t + 1)) && isdigit… in tmxdate()
1021 if (f >= 0 || (state & (LAST|NEXT))) in tmxdate()
1027 if (state & LAST) in tmxdate()
1194 set &= ~(EXACT|LAST|NEXT|THIS); in tmxdate()
1195 set |= state & (EXACT|LAST|NEXT|THIS); in tmxdate()
1198 state |= HOLD|LAST; in tmxdate()
1199 set &= ~(EXACT|LAST|NEXT|THIS); in tmxdate()
1200 set |= state & (EXACT|LAST|NEXT|THIS); in tmxdate()
1204 set &= ~(EXACT|LAST|NEXT|THIS); in tmxdate()
1205 set |= state & (EXACT|LAST|NEXT|THIS); in tmxdate()
1213 if (!((state|set) & LAST)) in tmxdate()
1216 set &= ~(EXACT|LAST|NEXT|THIS); in tmxdate()
1217 set |= state & (EXACT|LAST|NEXT|THIS); in tmxdate()
1223 set &= ~(EXACT|LAST|NEXT|THIS); in tmxdate()
1224 set |= state & (EXACT|LAST|NEXT|THIS|FINAL); in tmxdate()
1230 if (state & LAST) in tmxdate()
1232 state &= ~LAST; in tmxdate()
1233 set &= ~LAST; in tmxdate()
1249 else if (state & LAST) in tmxdate()
1281 state |= set & (EXACT|LAST|NEXT|THIS); in tmxdate()
1282 if (!(state & (LAST|NEXT|THIS))) in tmxdate()
1291 state |= LAST; in tmxdate()
1304 set &= ~(EXACT|LAST|NEXT|THIS); in tmxdate()
1305 set |= state & (EXACT|LAST|NEXT|THIS); in tmxdate()
1318 state &= ~(LAST|NEXT|THIS|ORDINAL); /*AHA*/ in tmxdate()
1335 if (state & LAST) in tmxdate()
1337 state &= ~LAST; in tmxdate()
1338 set &= ~LAST; in tmxdate()
1347 if (state & LAST) in tmxdate()
1384 message((-1, "AHA#%d DAY m=%d n=%d%s", __LINE__, m, n, (state & LAST) ? " LAST" : "")); in tmxdate()
1385 if ((state & (LAST|NEXT|THIS)) == LAST) in tmxdate()
1435 if (state & (LAST|NEXT|THIS)) in tmxdate()
1443 state &= ~(LAST|NEXT|THIS); in tmxdate()
1456 else if (state & (LAST|NEXT|THIS)) in tmxdate()
1463 set &= ~(LAST|NEXT|THIS|ORDINAL); /*AHA*/ in tmxdate()
1464 state &= ~(LAST|NEXT|THIS|ORDINAL); /*AHA*/ in tmxdate()
1500 if (state & (LAST|NEXT|THIS)) in tmxdate()
1596 if (state & (LAST|NEXT|THIS)) in tmxdate()
1599 if (state & LAST) in tmxdate()
1605 set &= ~(LAST|NEXT|THIS); /*AHA*/ in tmxdate()
1606 state &= ~(LAST|NEXT|THIS); /*AHA*/ in tmxdate()