Searched defs:expandall (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/nmake/
H A Dexpand.c3335 expandall(register Sfio_t* xp, register unsigned long all) function
3424 if (state.expandall)
3429 state.expandall = 1;
3917 expandall(xp, exp < 0 ? 0 : all);
3919 state.expandall = 0;
4453 expandall(buf[0], exp < 0 ? 0 : all);
4454 state.expandall = 0;
H A Dmake.h778 unsigned char expandall; /* expanding $(...) */ member in struct:State_s

Completed in 38 milliseconds