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

/ast/src/cmd/nmake/
H A Dparse.c146 unsigned int stashput:1; /* put lines in stash */ member in struct:Parseinfo_s
601 if (pp->stashput)
1075 pp->stashput = 0;
1106 if (!pp->stashput)
1108 pp->stashput = 1;
1139 if (!pp->stashput)
1141 pp->stashput = 1;
3296 pp->stashput = 0;

Completed in 18 milliseconds