Searched refs:last_cond (Results 1 – 3 of 3) sorted by relevance
1776 int last_cond; in check_cond() local1777 last_cond = ms->c.li[cont_level].last_cond; in check_cond()1781 if (last_cond != COND_NONE && last_cond != COND_ELIF) { in check_cond()1786 last_cond = COND_IF; in check_cond()1790 if (last_cond != COND_IF && last_cond != COND_ELIF) { in check_cond()1795 last_cond = COND_ELIF; in check_cond()1799 if (last_cond != COND_IF && last_cond != COND_ELIF) { in check_cond()1804 last_cond = COND_NONE; in check_cond()1808 last_cond = COND_NONE; in check_cond()1812 ms->c.li[cont_level].last_cond = last_cond; in check_cond()
426 int last_cond; /* used for error checking by parse() */ member
632 ms->c.li[level].last_cond = COND_NONE; in file_check_mem()
Completed in 15 milliseconds