Searched refs:last_cond (Results 1 – 3 of 3) sorted by relevance
1632 int last_cond; in check_cond() local1633 last_cond = ms->c.li[cont_level].last_cond; in check_cond()1637 if (last_cond != COND_NONE && last_cond != COND_ELIF) { in check_cond()1642 last_cond = COND_IF; in check_cond()1646 if (last_cond != COND_IF && last_cond != COND_ELIF) { in check_cond()1651 last_cond = COND_ELIF; in check_cond()1655 if (last_cond != COND_IF && last_cond != COND_ELIF) { in check_cond()1660 last_cond = COND_NONE; in check_cond()1664 last_cond = COND_NONE; in check_cond()1668 ms->c.li[cont_level].last_cond = last_cond; in check_cond()
402 int last_cond; /* used for error checking by parse() */ member
593 ms->c.li[level].last_cond = COND_NONE; in file_check_mem()
Completed in 25 milliseconds