Home
last modified time | relevance | path

Searched refs:last_return_code (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/common/
H A Dcli_hush.c286 static unsigned int last_return_code; variable
553 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 …]