Searched refs:FLAG_IGNORE_RETVAL (Results 1 – 1 of 1) sorted by relevance
104 FLAG_IGNORE_RETVAL = 1 << 7, // -I, Don't exit on nonzero return value of program executed enumerator348 return (option_mask32 & FLAG_IGNORE_RETVAL) ? 0 : r; in run_script()