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

/ast/src/cmd/nmake/
H A Doption.c1066 Option_t* nop; local
1138 for (nop = &options[0]; nop < &options[elementsof(options)]; nop++)
1139 if (OPT(nop->flags) == OPT(n))
1141 if (nop < &options[elementsof(options)])
1143 error(2, "--%s: -%c conflicts with --%s", s, OPT(n), nop->name);
1149 nop = getoption(buf);
1152 nop = 0;
1153 if (nop)
[all...]

Completed in 10 milliseconds