Searched refs:BC_LEX_LPAREN (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/bc/src/
H A Dbc_parse.c145 if (t == BC_LEX_LPAREN) break;
162 while ((top = BC_PARSE_TOP_OP(p)) != BC_LEX_LPAREN) {
276 else if (p->l.t == BC_LEX_LPAREN) {
302 if (BC_ERR(p->l.t != BC_LEX_LPAREN)) bc_parse_err(p, BC_ERR_PARSE_TOKEN);
316 if (BC_ERR(p->l.t != BC_LEX_LPAREN))
341 if (p->l.t != BC_LEX_LPAREN) {
412 if (BC_ERR(p->l.t == BC_LEX_LPAREN))
493 paren = t == BC_LEX_LPAREN;
623 if (BC_ERR(p->l.t != BC_LEX_LPAREN))
665 if (BC_ERR(p->l.t != BC_LEX_LPAREN))
[all...]
H A Dbc_lex.c182 l->t = (BcLexType) (c - '(' + BC_LEX_LPAREN);
H A Ddata.c817 BC_LEX_LPAREN, BC_LEX_RPAREN, BC_LEX_OP_MULTIPLY, BC_LEX_OP_PLUS,
/freebsd-12-stable/contrib/bc/include/
H A Dlex.h129 BC_LEX_LPAREN, enumerator in enum:BcLexType

Completed in 96 milliseconds