Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c367 BC_LEX_LPAREN, enumerator
2757 l->t = (BcLexType) (c - '(' + BC_LEX_LPAREN); in bc_lex_token()
3143 if (t == BC_LEX_LPAREN) break; in bc_parse_operator()
3162 while ((top = BC_PARSE_TOP_OP(p)) != BC_LEX_LPAREN) { in bc_parse_rightParen()
3282 else if (p->l.t == BC_LEX_LPAREN) { in bc_parse_name()
3311 if (p->l.t != BC_LEX_LPAREN) return bc_parse_err(p, BC_ERROR_PARSE_TOKEN); in bc_parse_read()
3329 if (p->l.t != BC_LEX_LPAREN) return bc_parse_err(p, BC_ERROR_PARSE_TOKEN); in bc_parse_builtin()
3355 if (p->l.t != BC_LEX_LPAREN) { in bc_parse_scale()
3414 if (p->l.t == BC_LEX_LPAREN) s = bc_parse_err(p, BC_ERROR_PARSE_TOKEN); in bc_parse_incdec()
3506 paren = t == BC_LEX_LPAREN; in bc_parse_return()
[all …]