Searched refs:BC_PARSE_FLAG_IF_END (Results 1 – 1 of 1) sorted by relevance
503 #define BC_PARSE_FLAG_IF_END (1<<8) macro504 #define BC_PARSE_IF_END(p) (BC_PARSE_TOP_FLAG(p) & BC_PARSE_FLAG_IF_END)3591 *(BC_PARSE_TOP_FLAG_PTR(p)) |= BC_PARSE_FLAG_IF_END; in bc_parse_endBody()3616 *flag_ptr = (*flag_ptr & ~(BC_PARSE_FLAG_IF_END)); in bc_parse_noElse()