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()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()1702 case BC_LEX_LPAREN: in bc_parse_stmt()2031 pfirst = (p->l.t == BC_LEX_LPAREN); in bc_parse_expr_err()2191 case BC_LEX_LPAREN: in bc_parse_expr_err()2213 if (BC_ERR(p->l.last == BC_LEX_LPAREN)) in bc_parse_expr_err()[all …]
296 case BC_LEX_LPAREN: in dc_parse_token()
261 l->t = (BcLexType) (c - '(' + BC_LEX_LPAREN); in bc_lex_token()
1086 BC_LEX_LPAREN,
239 BC_LEX_LPAREN, enumerator