Searched refs:COND_IF (Results 1 – 2 of 2) sorted by relevance
1845 { "if", 2, COND_IF }, in get_cond()1870 case COND_IF: in check_cond()1876 last_cond = COND_IF; in check_cond()1880 if (last_cond != COND_IF && last_cond != COND_ELIF) { in check_cond()1889 if (last_cond != COND_IF && last_cond != COND_ELIF) { in check_cond()
359 #define COND_IF 1 macro