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

/ast/src/cmd/nmake/
H A Dexpand.c2338 int dobind; local
2352 dobind = 1;
2369 dobind = 0;
2397 tst = (!dobind || getrule(s)) && !(nametype(s, NiL) & (NAME_altstate|NAME_staterule|NAME_statevar));
2418 tst = (!dobind || getrule(s)) && (nametype(s, NiL) & tst);
2427 tst = (!dobind || getvar(s)) && isintvar(s);
2430 tst = (!dobind || getvar(s)) && !isintvar(s);
2448 if (dobind)
2608 if (tst != 'F' && dobind || (r->property & (P_target|P_terminal)) == P_terminal)
2800 if (dobind)
[all...]

Completed in 34 milliseconds