Searched refs:tod (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtksh/tcl/
H A DtclDate.c443 time_t tod; local
465 if ((tod = ToSeconds(Hours, Minutes, Seconds, Meridian)) < 0)
467 Julian += tod;
733 time_t tod; local
797 tod = RelativeDate(Start, TclDateDayOrdinal, TclDateDayNumber);
798 Start += tod;

Completed in 13 milliseconds