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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dhush.c1920 int if_code = 0, next_if_code = 0; /* need double-buffer to handle elif */ local
1922 enum { if_code = 0, next_if_code = 0 }; enumerator in enum:__anon19964
2005 debug_printf_exec(": rword=%d if_code=%d next_if_code=%d skip_more=%d\n",
2006 rword, if_code, next_if_code, skip_more_for_this_rword);
2016 if_code = next_if_code;
2017 if (rword == RES_THEN && if_code)
2019 if (rword == RES_ELSE && !if_code)
2021 if (rword == RES_ELIF && !if_code)

Completed in 118 milliseconds