Searched refs:if_code (Results 1 – 1 of 1) sorted by relevance
1773 int if_code=0, next_if_code=0; /* need double-buffer to handle elif */ local1815 …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;