Searched refs:BC_LEX_NLINE (Results 1 – 7 of 7) sorted by relevance
1009 const BcParseNext bc_parse_next_expr = BC_PARSE_NEXT(4, BC_LEX_NLINE,1019 BC_LEX_NLINE,1039 const BcParseNext bc_parse_next_read = BC_PARSE_NEXT(2, BC_LEX_NLINE,
294 case BC_LEX_NLINE: in dc_parse_token()392 if (t == BC_LEX_NLINE) in dc_parse_expr()
1020 while (p->l.t == BC_LEX_NLINE) in bc_parse_endBody()1590 if (p->l.t == BC_LEX_NLINE) bc_lex_next(&p->l); in bc_parse_body()1626 if (type == BC_LEX_NLINE) in bc_parse_stmt()1881 case BC_LEX_NLINE: in bc_parse_stmt()1932 while (p->l.t == BC_LEX_SCOLON || p->l.t == BC_LEX_NLINE) in bc_parse_stmt()2042 while ((t = p->l.t) == BC_LEX_NLINE) in bc_parse_expr_err()2436 case BC_LEX_NLINE: in bc_parse_expr_err()2604 incdec = (next.tokens[i] != BC_LEX_NLINE); in bc_parse_expr_err()2608 while (p->l.t == BC_LEX_NLINE) in bc_parse_expr_err()
144 else if (c == '\n') l->t = BC_LEX_NLINE; in bc_lex_commonTokens()
804 if (BC_ERR(vm->read_prs.l.t != BC_LEX_NLINE && in bc_program_read()
233 BC_LEX_NLINE, enumerator
210 ((t) == BC_LEX_SCOLON || (t) == BC_LEX_NLINE || (t) == BC_LEX_EOF)