Searched refs:EXEC_CMD_FAIL (Results 1 – 5 of 5) sorted by relevance
421 if ( ( t->status == EXEC_CMD_FAIL ) && t->actions ) in make1b()444 t->status = EXEC_CMD_FAIL; in make1b()607 case EXEC_CMD_FAIL: t->status = EXEC_CMD_OK; break; in make1c()608 case EXEC_CMD_OK: t->status = EXEC_CMD_FAIL; break; in make1c()615 if ( t->status == EXEC_CMD_FAIL ) in make1c()623 if ( t->status == EXEC_CMD_FAIL && globs.quitquick ) in make1c()634 case EXEC_CMD_FAIL: ++counts->failed; break; in make1c()894 if ( t->status == EXEC_CMD_FAIL && cmd->rule->actions->flags & in make1c_closure()933 if ( t->status == EXEC_CMD_FAIL && DEBUG_MAKE && in make1c_closure()952 if ( t->status == EXEC_CMD_FAIL && globs.quitquick && in make1c_closure()
174 rstat = EXEC_CMD_FAIL; in exec_cmd()323 rstat = EXEC_CMD_FAIL; in exec_cmd()
50 #define EXEC_CMD_FAIL 1 macro
466 rstat = EXEC_CMD_FAIL; in exec_wait()1364 (*cmdtab[ slot ].func)( cmdtab[ slot ].closure, EXEC_CMD_FAIL, &time, in reportWindowsError()
564 rstat = EXEC_CMD_FAIL; in exec_wait()