Home
last modified time | relevance | path

Searched refs:EXEC_CMD_OK (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/tools/build/src/engine/
Dmake1.cpp271 if (t->status != EXEC_CMD_OK) in make1()
435 if ( t->status == EXEC_CMD_OK ) in make1b()
526 if ( cmd->status != EXEC_CMD_OK ) in make1c()
579 make1c_closure( t, EXEC_CMD_OK, &time_info, "", "", EXIT_OK ); in make1c()
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()
633 case EXEC_CMD_OK: ++counts->made; break; in make1c()
647 if ( t->fate >= T_FATE_MISSING && t->status == EXEC_CMD_OK && in make1c()
896 t->status = EXEC_CMD_OK; in make1c_closure()
959 if ( t->status != EXEC_CMD_OK ) in make1c_closure()
Dexeccmd.h49 #define EXEC_CMD_OK 0 macro
Dexecvms.cpp115 int rstat = EXEC_CMD_OK; in exec_cmd()
Dexecunix.cpp566 rstat = EXEC_CMD_OK; in exec_wait()
Dexecnt.cpp468 rstat = EXEC_CMD_OK; in exec_wait()