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

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dexecute_cmd.c2324 #define CMD_UNTIL 1 macro
2341 return (execute_while_or_until (while_command, CMD_UNTIL));
2346 CMD_WHILE or CMD_UNTIL. The return value for both commands should
2379 if (type == CMD_UNTIL && return_value == EXECUTION_SUCCESS)

Completed in 119 milliseconds