Searched refs:BC_PARSE_FLAG_IF (Results 1 – 2 of 2) sorted by relevance
181 #define BC_PARSE_FLAG_IF (UINTMAX_C(1) << 6) macro182 #define BC_PARSE_IF(p) (BC_PARSE_TOP_FLAG(p) & BC_PARSE_FLAG_IF)
127 good = ((flags & BC_PARSE_FLAG_IF) != 0); in bc_parse_isDelimiter()1067 !(flags & (BC_PARSE_FLAG_IF | BC_PARSE_FLAG_ELSE)) && in bc_parse_endBody()1164 bc_parse_startBody(p, BC_PARSE_FLAG_IF); in bc_parse_if()