Home
last modified time | relevance | path

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

/external/u-boot/common/
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;
1913 next_if_code=rcode; /* can be overwritten a number of times */