Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c379 BC_LEX_NAME, enumerator
2556 l->t = BC_LEX_NAME; in bc_lex_name()
3405 if (type == BC_LEX_NAME) in bc_parse_incdec()
3809 if (p->l.t != BC_LEX_NAME) return bc_parse_err(p, BC_ERROR_PARSE_FUNC); in bc_parse_func()
3811 voidfn = (!FLAG(s) && !FLAG(w) && p->l.t == BC_LEX_NAME && in bc_parse_func()
3817 voidfn = (voidfn && p->l.t == BC_LEX_NAME); in bc_parse_func()
3838 if (p->l.t != BC_LEX_NAME) return bc_parse_err(p, BC_ERROR_PARSE_FUNC); in bc_parse_func()
3900 one = p->l.t == BC_LEX_NAME; in bc_parse_auto()
3902 while (p->l.t == BC_LEX_NAME) { in bc_parse_auto()
4028 case BC_LEX_NAME: in bc_parse_stmt()
[all …]