Searched refs:BC_PARSE_ELSE (Results 1 – 2 of 2) sorted by relevance
187 #define BC_PARSE_ELSE(p) (BC_PARSE_TOP_FLAG(p) & BC_PARSE_FLAG_ELSE) macro
988 if (loop || BC_PARSE_ELSE(p)) in bc_parse_endBody()