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

/ast/src/cmd/pax/
H A Dpaxlib.h189 int keepgoing; /* keep going on error */ member in struct:Pax_s
/ast/src/cmd/INIT/
H A Dmamake.c236 int keepgoing; /* do siblings on error */ member in struct:__anon22
341 dont(Rule_t* r, int code, int keepgoing) argument
353 if (!keepgoing)
1262 dont(r, c, state.keepgoing);
1636 dont(r, 0, state.keepgoing);
2108 state.keepgoing = 1;
2213 state.keepgoing = 1;
/ast/src/cmd/nmake/
H A Dmake.h795 unsigned char keepgoing; /* continue w/ sibling prereqs */ member in struct:State_s
827 int errors; /* keepgoing error count */

Completed in 43 milliseconds