Searched refs:BC_PARSE_FLAG_ELSE (Results 1 – 3 of 3) sorted by relevance
101 #define BC_PARSE_FLAG_ELSE (UINTMAX_C(1)<<7) macro102 #define BC_PARSE_ELSE(p) (BC_PARSE_TOP_FLAG(p) & BC_PARSE_FLAG_ELSE)113 ((f) & (BC_PARSE_FLAG_ELSE | BC_PARSE_FLAG_LOOP_INNER))
72 uint16_t *fptr = NULL, flags = BC_PARSE_FLAG_ELSE; in bc_parse_isDelimiter()602 !(flags & (BC_PARSE_FLAG_IF | BC_PARSE_FLAG_ELSE)) && in bc_parse_endBody()654 bc_parse_startBody(p, BC_PARSE_FLAG_ELSE); in bc_parse_else()
500 #define BC_PARSE_FLAG_ELSE (1<<7) macro501 #define BC_PARSE_ELSE(p) (BC_PARSE_TOP_FLAG(p) & BC_PARSE_FLAG_ELSE)512 ((f) & (BC_PARSE_FLAG_ELSE | BC_PARSE_FLAG_LOOP_INNER))3068 uint16_t *fptr = NULL, flags = BC_PARSE_FLAG_ELSE; in bc_parse_isDelimiter()3611 !(flags & (BC_PARSE_FLAG_IF | BC_PARSE_FLAG_ELSE)) && in bc_parse_endBody()3673 bc_parse_startBody(p, BC_PARSE_FLAG_ELSE); in bc_parse_else()