Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dbc.h186 #define BC_PARSE_FLAG_ELSE (UINTMAX_C(1) << 7) macro
187 #define BC_PARSE_ELSE(p) (BC_PARSE_TOP_FLAG(p) & BC_PARSE_FLAG_ELSE)
219 ((f) & (BC_PARSE_FLAG_ELSE | BC_PARSE_FLAG_LOOP_INNER))
/freebsd/contrib/bc/src/
H A Dbc_parse.c110 uint16_t *fptr = NULL, flags = BC_PARSE_FLAG_ELSE; in bc_parse_isDelimiter()
1067 !(flags & (BC_PARSE_FLAG_IF | BC_PARSE_FLAG_ELSE)) && in bc_parse_endBody()
1190 bc_parse_startBody(p, BC_PARSE_FLAG_ELSE); in bc_parse_else()