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

/ast/src/cmd/nmake/
H A Dmake.c159 r->time = CURTIME;
369 r0->time = ((r1->property & P_accept) || state.accept) ? OLDTIME : CURTIME;
504 tevent = CURTIME;
623 tevent = CURTIME;
659 r0->event = CURTIME;
857 tevent = CURTIME;
934 tevent = CURTIME;
984 tevent = CURTIME;
991 tevent = CURTIME;
1003 r->time = CURTIME;
[all...]
H A Dmain.c382 state.start = CURTIME;
569 sfprintf(state.mam.out, "%sinfo start %lu\n", state.mam.label, CURTIME);
1003 sfprintf(state.mam.out, "%sinfo finish %lu %d\n", state.mam.label, CURTIME, n);
H A Dstate.c909 if (r->time == (t = CURTIME))
992 r->time = ((r->property & P_statevar) && r->status == FAILED) ? (Time_t)0 : CURTIME;
1013 r->time = CURTIME;
1022 t = CURTIME;
1092 * than CURTIME -- this isn't too bad since
1139 t = CURTIME + tmxsns(1,0);
1167 s->event = CURTIME;
H A Dmisc.c100 t = CURTIME;
426 tm = CURTIME;
H A Dcommand.c651 sfprintf(state.mam.out, "%sinit %s %s\n", state.mam.label, mamname(job->target), timefmt(NiL, CURTIME));
845 t->time = CURTIME;
938 sfprintf(state.mam.out, "%scode %s %d %s %s%s%s\n", state.mam.label, (job->target != state.frame->target || (job->target->property & P_after)) ? mamname(job->target) : "-", EXIT_CODE(cojob->status), timefmt(NiL, tm), timefmt(NiL, CURTIME), (job->target->dynamic & D_same) ? " same" : null, cojob->status && (job->flags & CO_IGNORE) ? " ignore" : null);
1449 r->time = CURTIME;
1632 r->time = CURTIME;
H A Doption.c629 t = CURTIME;
632 while (state.start >= (t = CURTIME))
H A Dbind.c1333 tm = CURTIME;
1396 tm = (x->time || (x = staterule(RULE, x, NiL, 0)) && x->time) ? x->time : CURTIME;
1544 r->time = ((r->property & P_dontcare) || !(flags & BIND_FORCE)) ? 0 : CURTIME;
1645 r->time = CURTIME;
H A Dobject.c1016 t = CURTIME;
2043 r->time = CURTIME;
2248 q = CURTIME;
H A Drule.c608 x->time = CURTIME;
621 now = CURTIME;
H A Dmake.h163 #define CURTIME tmxgettime() /* high resolution current time */ macro
H A Dscan.c1864 *tm = CURTIME;
H A Dexpand.c2483 sfputr(xp, timefmt(ops, CURTIME), -1);
2847 tm = CURTIME;

Completed in 53 milliseconds