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

/ast/src/cmd/nmake/
H A Drule.c238 if (state.compnew)
239 (*state.compnew)(r->name, (char*)r, state.comparg);
H A Dmake.h876 int (*compnew)(const char*, char*, void*); /* new compile rule */ member in struct:State_s
877 void* comparg; /* compnew handle */
H A Dobject.c417 state.compnew = compinit;
420 state.compnew = 0;

Completed in 24 milliseconds