Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dcli_hush.c1773 int if_code=0, next_if_code=0; /* need double-buffer to handle elif */ local
1815 …debug_printf("rmode=%d if_code=%d next_if_code=%d skip_more=%d\n", rmode, if_code, next_if_code,…
1822 if (rmode == RES_THEN || rmode == RES_ELSE) if_code = next_if_code;
1823 if (rmode == RES_THEN && if_code) continue;
1824 if (rmode == RES_ELSE && !if_code) continue;
1825 if (rmode == RES_ELIF && !if_code) break;