Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c364 BC_LEX_NLINE, enumerator
509 ((t) == BC_LEX_SCOLON || (t) == BC_LEX_NLINE || (t) == BC_LEX_EOF)
759 BC_PARSE_NEXT(4, BC_LEX_NLINE, BC_LEX_SCOLON, BC_LEX_RBRACE, BC_LEX_EOF);
763 BC_PARSE_NEXT(4, BC_LEX_COMMA, BC_LEX_NLINE, BC_LEX_SCOLON, BC_LEX_EOF);
768 BC_PARSE_NEXT(2, BC_LEX_NLINE, BC_LEX_EOF);
2691 l->t = !c ? BC_LEX_EOF : BC_LEX_NLINE; in bc_lex_token()
3585 while (p->l.t == BC_LEX_NLINE) { in bc_parse_endBody()
3970 if (p->l.t == BC_LEX_NLINE) s = bc_lex_next(&p->l); in bc_parse_body()
3987 if (type == BC_LEX_NLINE) return bc_lex_next(&p->l); in bc_parse_stmt()
4184 while (!s && (t = p->l.t) == BC_LEX_NLINE) s = bc_lex_next(&p->l); in bc_parse_expr_err()
[all …]