Searched refs:BC_LEX_EOF (Results 1 – 10 of 10) sorted by relevance
258 case BC_LEX_EOF: in dc_parse_token()389 while ((t = p->l.t) != BC_LEX_EOF) in dc_parse_expr()418 else if (p->l.t == BC_LEX_EOF && (flags & BC_PARSE_NOCALL)) in dc_parse_expr()433 if (BC_ERR(p->l.t == BC_LEX_EOF)) bc_parse_err(p, BC_ERR_PARSE_EOF); in dc_parse_parse()
143 if (!c) l->t = BC_LEX_EOF; in bc_lex_commonTokens()316 if (BC_ERR(l->last == BC_LEX_EOF)) bc_lex_err(l, BC_ERR_PARSE_EOF); in bc_lex_next()318 l->t = BC_LEX_EOF; in bc_lex_next()
1011 BC_LEX_RBRACE, BC_LEX_EOF);1021 BC_LEX_EOF);1040 BC_LEX_EOF);
205 p->l.t = BC_LEX_EOF; in bc_parse_reset()
1033 while (vm->prs.l.t != BC_LEX_EOF)1358 while (vm->prs.l.t != BC_LEX_EOF)
1845 case BC_LEX_EOF: in bc_parse_stmt()1955 if (BC_ERR(p->l.t == BC_LEX_EOF)) bc_parse_err(p, BC_ERR_PARSE_EOF); in bc_parse_parse()2433 case BC_LEX_EOF: in bc_parse_expr_err()
805 vm->read_prs.l.t != BC_LEX_EOF)) in bc_program_read()2623 assert(vm->read_prs.l.t == BC_LEX_EOF); in bc_program_execStr()
88 #define BC_PARSE_CAN_PARSE(p) ((p).l.t != BC_LEX_EOF)
110 BC_LEX_EOF, enumerator
210 ((t) == BC_LEX_SCOLON || (t) == BC_LEX_NLINE || (t) == BC_LEX_EOF)