Lines Matching refs:now
70 * yacc had the %union construct.) Maybe someday; right now we only use
255 { "now", tMINUTE_UNIT, 0 },
497 time_t now;
499 now = Start;
500 tm = TclpGetDate(&now, 0);
501 now += SECSPERDAY * ((DayNumber - tm->tm_wday + 7) % 7);
502 now += 7 * SECSPERDAY * (DayOrdinal <= 0 ? DayOrdinal : DayOrdinal - 1);
503 return DSTcorrect(Start, now);
724 TclGetDate(p, now, zone, timePtr)
726 unsigned long now;
737 tm = TclpGetDate((time_t *) &now, 0);
784 Start = now;