Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dbc.h151 #define BC_PARSE_BRACE(p) (BC_PARSE_TOP_FLAG(p) & BC_PARSE_FLAG_BRACE) macro
/freebsd/contrib/bc/src/
H A Dbc_parse.c974 has_brace = (BC_PARSE_BRACE(p) != 0); in bc_parse_endBody()
1017 if (BC_PARSE_IF(p) && (len == p->flags.len || !BC_PARSE_BRACE(p))) in bc_parse_endBody()
1055 !(has_brace = (BC_PARSE_BRACE(p) != 0))); in bc_parse_endBody()
1059 else if (brace && BC_PARSE_BRACE(p)) in bc_parse_endBody()
1652 if (p->flags.len > 1 && !BC_PARSE_BRACE(p)) in bc_parse_stmt()
1685 else if (BC_PARSE_BODY(p) && !BC_PARSE_BRACE(p)) in bc_parse_stmt()