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

/haiku-buildtools/jam/
H A Dexeccmd.h21 # define EXEC_CMD_OK 0 macro
H A Dexecmac.c57 (*func)( closure, EXEC_CMD_OK );
H A Dmake1.c209 if( t->status == EXEC_CMD_OK )
282 if( cmd && t->status == EXEC_CMD_OK )
300 make1d( t, EXEC_CMD_OK );
328 case EXEC_CMD_OK:
362 status = EXEC_CMD_OK;
387 if( status != EXEC_CMD_OK && !( cmd->rule->flags & RULE_UPDATED ) )
H A Dexecvms.c58 int rstat = EXEC_CMD_OK;
H A Dexecunix.c319 rstat = EXEC_CMD_OK;

Completed in 25 milliseconds