Searched refs:BC_PARSE_ELSE (Results 1 – 1 of 1) sorted by relevance
501 #define BC_PARSE_ELSE(p) (BC_PARSE_TOP_FLAG(p) & BC_PARSE_FLAG_ELSE) macro3559 if (loop || BC_PARSE_ELSE(p)) { in bc_parse_endBody()