Searched refs:BC_LEX_LPAREN (Results 1 – 5 of 5) sorted by relevance
267 if (t == BC_LEX_LPAREN) break; in bc_parse_operator()304 while ((top = BC_PARSE_TOP_OP(p)) != BC_LEX_LPAREN) in bc_parse_rightParen()462 else if (p->l.t == BC_LEX_LPAREN) in bc_parse_name()502 if (BC_ERR(p->l.t != BC_LEX_LPAREN)) bc_parse_err(p, BC_ERR_PARSE_TOKEN); in bc_parse_noArgBuiltin()526 if (BC_ERR(p->l.t != BC_LEX_LPAREN)) bc_parse_err(p, BC_ERR_PARSE_TOKEN); in bc_parse_builtin()570 if (BC_ERR(p->l.t != BC_LEX_LPAREN)) bc_parse_err(p, BC_ERR_PARSE_TOKEN); in bc_parse_builtin3()664 if (p->l.t != BC_LEX_LPAREN) in bc_parse_scale()765 if (BC_ERR(p->l.t == BC_LEX_LPAREN)) in bc_parse_incdec()894 paren = (t == BC_LEX_LPAREN); in bc_parse_return()1143 if (BC_ERR(p->l.t != BC_LEX_LPAREN)) bc_parse_err(p, BC_ERR_PARSE_TOKEN); in bc_parse_if()[all …]
261 l->t = (BcLexType) (c - '(' + BC_LEX_LPAREN); in bc_lex_token()
296 case BC_LEX_LPAREN: in dc_parse_token()
1086 BC_LEX_LPAREN,
239 BC_LEX_LPAREN, enumerator