Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dbc.h181 #define BC_PARSE_FLAG_IF (UINTMAX_C(1) << 6) macro
182 #define BC_PARSE_IF(p) (BC_PARSE_TOP_FLAG(p) & BC_PARSE_FLAG_IF)
/freebsd/contrib/bc/src/
H A Dbc_parse.c127 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()