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

/ast/src/cmd/nmake/
H A Dstate.c982 int zerostate = 0; local
997 zerostate = 1;
1023 zerostate = 1;
1163 if (!skip && (s->time != ((r->property & P_virtual) ? r->time : tmxgetmtime(&st)) || zerostate && s->time))
1166 s->time = zerostate ? 0 : (r->property & P_virtual) ? r->time : tmxgetmtime(&st);

Completed in 11 milliseconds