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

/freebsd-12-stable/contrib/bc/include/
H A Dbc.h89 #define BC_PARSE_FLAG_BODY (UINTMAX_C(1)<<3) macro
90 #define BC_PARSE_BODY(p) (BC_PARSE_TOP_FLAG(p) & BC_PARSE_FLAG_BODY)
/freebsd-12-stable/contrib/bc/src/
H A Dbc_parse.c613 flags |= BC_PARSE_FLAG_BODY;
916 *flag_ptr &= ~(BC_PARSE_FLAG_BODY);

Completed in 185 milliseconds