Searched refs:last_return_code (Results 1 – 4 of 4) sorted by relevance
286 static unsigned int last_return_code; variable553 rcode = last_return_code; in builtin_eval()599 exit(last_return_code); in builtin_exit()1641 return last_return_code;1902 last_return_code=rcode;1905 last_return_code = -rcode - 2;1908 last_return_code=(rcode == 0) ? 0 : 1;1916 flag_rep = !last_return_code;1918 flag_rep = last_return_code;2828 sprintf(buf, "%u", (unsigned int)last_return_code);[all …]