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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dhush.c1921 int if_code = 0, next_if_code = 0; /* need double-buffer to handle elif */ local
1923 enum { if_code = 0, next_if_code = 0 }; enumerator in enum:__anon11420
2006 debug_printf_exec(": rword=%d if_code=%d next_if_code=%d skip_more=%d\n",
2007 rword, if_code, next_if_code, skip_more_for_this_rword);
2017 if_code = next_if_code;
2018 if (rword == RES_THEN && if_code)
2020 if (rword == RES_ELSE && !if_code)
2022 if (rword == RES_ELIF && !if_code)

Completed in 57 milliseconds