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

/ast/src/cmd/nmake/
H A Dexpand.c4466 * expand first non-null of nvars variables in s with edit ops ed into xp
4470 expandvars(register Sfio_t* xp, register char* s, char* ed, int del, int nvars) argument
4613 if (nvars == 1 && streq(v, "..."))
4622 if (state.mam.statix && nvars > 1 && strmatch(v, "${mam_*}") && (!ed || !*ed))
4629 if (nvars > 1 && strmatch(v, "${mam_*}"))
4637 if (--nvars <= 0)
4647 if (*v || --nvars <= 0)
4708 int nvars; local
4742 nvars = 1;
4770 nvars
[all...]

Completed in 21 milliseconds