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

/ast/src/cmd/html/
H A Dhtmlrefs.c85 "[n!:exec?Enable file modification operations. \b--noexec\b lists the"
189 int exec; member in struct:State_s
922 state->exec = 1;
962 state->exec = opt_info.num;
1086 if (!state->exec)
1180 if (state->verbose || !state->exec)
1182 if (state->exec && ((ent->fts_info & FTS_D) ? rmdir : remove)(ent->fts_path))
1216 if (state->verbose || !state->exec)
1218 if (state->exec && ((ent->fts_info & FTS_D) ? rmdir : remove)(ent->fts_path))
/ast/src/cmd/INIT/
H A Dmamake.c231 int exec; /* execute actions */ member in struct:__anon22
1165 report(-5, s, "exec", (unsigned long)0);
1198 x = state.exec;
2018 state.exec = !state.never;
2081 state.exec = 1;
2115 state.exec = 0;
2220 state.exec = 0;
/ast/src/lib/libast/regex/
H A Dreglib.h516 Exec_t exec; /* re.re_exec() args */ member in union:Rex_s::__anon302
539 Stk_pos_t stk; /* exec stack pos */
553 unsigned char stack; /* hard comp or exec */
/ast/src/cmd/nmake/
H A Dmake.h269 #define CO_ALWAYS (CO_USER<<0) /* always exec */
285 #define P_always (1<<2) /* execute even if !state.exec */
777 unsigned char exec; /* execute shell actions */ member in struct:State_s
801 unsigned char never; /* really - don't exec anything */

Completed in 38 milliseconds