Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/bc/include/
HDbc.h192 #define BC_PARSE_FLAG_IF_END (UINTMAX_C(1) << 8) macro
193 #define BC_PARSE_IF_END(p) (BC_PARSE_TOP_FLAG(p) & BC_PARSE_FLAG_IF_END)
/freebsd-13-stable/contrib/bc/src/
HDbc_parse.c941 *flag_ptr = (*flag_ptr & ~(BC_PARSE_FLAG_IF_END)); in bc_parse_noElse()
1032 *(BC_PARSE_TOP_FLAG_PTR(p)) |= BC_PARSE_FLAG_IF_END; in bc_parse_endBody()
1068 !(flags & (BC_PARSE_FLAG_IF_END))) in bc_parse_endBody()