Home
last modified time | relevance | path

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

/freebsd/contrib/bc/src/
H A Ddata.c1009 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,
H A Ddc_parse.c294 case BC_LEX_NLINE: in dc_parse_token()
392 if (t == BC_LEX_NLINE) in dc_parse_expr()
H A Dbc_parse.c1020 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()
H A Dlex.c144 else if (c == '\n') l->t = BC_LEX_NLINE; in bc_lex_commonTokens()
H A Dprogram.c804 if (BC_ERR(vm->read_prs.l.t != BC_LEX_NLINE && in bc_program_read()
/freebsd/contrib/bc/include/
H A Dlex.h233 BC_LEX_NLINE, enumerator
H A Dbc.h210 ((t) == BC_LEX_SCOLON || (t) == BC_LEX_NLINE || (t) == BC_LEX_EOF)