Searched refs:last_return_code (Results 1 – 1 of 1) sorted by relevance
285 static unsigned int last_return_code; variable552 rcode = last_return_code; in builtin_eval()598 exit(last_return_code); in builtin_exit()1640 return last_return_code;1901 last_return_code=rcode;1904 last_return_code = -rcode - 2;1907 last_return_code=(rcode == 0) ? 0 : 1;1915 flag_rep = !last_return_code;1917 flag_rep = last_return_code;2827 sprintf(buf, "%u", (unsigned int)last_return_code);[all …]