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

/freebsd-12-stable/contrib/bc/include/
H A Dbc.h80 #define BC_PARSE_FLAG_BRACE (UINTMAX_C(1)<<0) macro
81 #define BC_PARSE_BRACE(p) (BC_PARSE_TOP_FLAG(p) & BC_PARSE_FLAG_BRACE)
/freebsd-12-stable/contrib/bc/src/
H A Dbc_parse.c79 if ((flags & BC_PARSE_FLAG_BRACE) && p->l.last != BC_LEX_RBRACE)
91 good = (((*fptr) & BC_PARSE_FLAG_BRACE) != 0);
975 bc_parse_startBody(p, BC_PARSE_FLAG_BRACE);
979 *(BC_PARSE_TOP_FLAG_PTR(p)) |= BC_PARSE_FLAG_BRACE;

Completed in 100 milliseconds