Searched refs:BC_PARSE_FLAG_IF (Results 1 – 1 of 1) sorted by relevance
497 #define BC_PARSE_FLAG_IF (1<<6) macro498 #define BC_PARSE_IF(p) (BC_PARSE_TOP_FLAG(p) & BC_PARSE_FLAG_IF)3075 good = ((flags & BC_PARSE_FLAG_IF) != 0); in bc_parse_isDelimiter()3643 bc_parse_startBody(p, BC_PARSE_FLAG_IF); in bc_parse_if()