Searched refs:BC_LEX_NAME (Results 1 – 5 of 5) sorted by relevance
57 if (p->l.t != BC_LEX_NAME) bc_parse_err(p, BC_ERR_PARSE_TOKEN); in dc_parse_register()302 case BC_LEX_NAME: in dc_parse_token()
597 if (BC_ERR(p->l.t != BC_LEX_NAME)) bc_parse_err(p, BC_ERR_PARSE_TOKEN); in bc_parse_builtin3()747 if (type == BC_LEX_NAME) in bc_parse_incdec()1379 if (BC_ERR(p->l.t != BC_LEX_NAME)) bc_parse_err(p, BC_ERR_PARSE_FUNC); in bc_parse_func()1382 voidfn = (!BC_IS_POSIX && p->l.t == BC_LEX_NAME && in bc_parse_func()1390 voidfn = (voidfn && p->l.t == BC_LEX_NAME); in bc_parse_func()1436 if (BC_ERR(p->l.t != BC_LEX_NAME)) bc_parse_err(p, BC_ERR_PARSE_FUNC); in bc_parse_func()1507 one = (p->l.t == BC_LEX_NAME); in bc_parse_auto()1510 while (p->l.t == BC_LEX_NAME) in bc_parse_auto()1703 case BC_LEX_NAME: in bc_parse_stmt()2271 case BC_LEX_NAME: in bc_parse_expr_err()
90 l->t = BC_LEX_NAME; in dc_lex_register()
264 l->t = BC_LEX_NAME; in bc_lex_name()
266 BC_LEX_NAME, enumerator