Searched refs:BC_PARSE_FLAG_IF_END (Results 1 – 2 of 2) sorted by relevance
192 #define BC_PARSE_FLAG_IF_END (UINTMAX_C(1) << 8) macro193 #define BC_PARSE_IF_END(p) (BC_PARSE_TOP_FLAG(p) & BC_PARSE_FLAG_IF_END)
941 *flag_ptr = (*flag_ptr & ~(BC_PARSE_FLAG_IF_END)); in bc_parse_noElse()1032 *(BC_PARSE_TOP_FLAG_PTR(p)) |= BC_PARSE_FLAG_IF_END; in bc_parse_endBody()1068 !(flags & (BC_PARSE_FLAG_IF_END))) in bc_parse_endBody()