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

/ast/src/cmd/nmake/
H A Dconvert.c48 const char* longflag; member in struct:Convstate_s
482 xp += sfsprintf(xp, EXBUF, "time %srule", state.longflag);
590 xp += sfsprintf(xp, EXBUF, " %snowait", state.longflag);
598 xp += sfsprintf(xp, EXBUF, " %sforce", state.longflag);
621 xp = strcopy(xp, state.longflag);
710 xp += sfsprintf(xp, EXBUF, "%sset ", state.longflag);
766 xp = strcopy(xp, state.longflag);
889 xp += sfsprintf(xp, EXBUF, "%sdefault=%s ", state.longflag, var);
898 xp = strcopy(xp, state.longflag);
920 xp += sfsprintf(xp, EXBUF, "time %swall", state.longflag);
[all...]

Completed in 8 milliseconds