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

/ast/src/cmd/nmake/
H A Dread.c251 if (!(sp = fapply(internal.internal, null, r->name, s, CO_ALWAYS|CO_LOCAL|CO_URGENT)))
391 if (!(sp = fapply(internal.internal, null, r->name, s, CO_ALWAYS|CO_LOCAL|CO_URGENT)))
444 if (rfp = filter ? fapply(internal.internal, null, file, filter, CO_ALWAYS|CO_LOCAL|CO_URGENT) : rsfopen(file))
H A Dparse.c2091 apply(opr, lhs, rhs, act, CO_ALWAYS|CO_LOCAL|CO_URGENT);
2098 apply(opr, lhs, rhs, act, CO_ALWAYS|CO_LOCAL|CO_URGENT);
2783 apply(r, lhs, rhs, NiL, CO_ALWAYS|CO_LOCAL|CO_URGENT);
H A Dcommand.c1369 if (state.exec && !state.touch || (a->property & P_always) && (!state.never || (flags & CO_URGENT)))
1557 if (flags & CO_URGENT)
H A Dmake.h277 #define CO_URGENT (CO_USER<<8) /* enter job at top of queue */ macro

Completed in 34 milliseconds