Searched refs:BC_PARSE_FLAG_IF (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/bc/include/
H A Dbc.h98 #define BC_PARSE_FLAG_IF (UINTMAX_C(1)<<6) macro
99 #define BC_PARSE_IF(p) (BC_PARSE_TOP_FLAG(p) & BC_PARSE_FLAG_IF)
/freebsd-13-stable/contrib/bc/src/
H A Dbc_parse.c83 good = ((flags & BC_PARSE_FLAG_IF) != 0);
602 !(flags & (BC_PARSE_FLAG_IF | BC_PARSE_FLAG_ELSE)) &&
638 bc_parse_startBody(p, BC_PARSE_FLAG_IF);

Completed in 45 milliseconds