• Home
  • Raw
  • Download

Lines Matching refs:bc_lex_next

2580 BcStatus bc_lex_next(BcLex *l) {  in bc_lex_next()  function
2607 return bc_lex_next(l); in bc_lex_text()
3174 return bc_lex_next(&p->l); in bc_parse_rightParen()
3183 s = bc_lex_next(&p->l); in bc_parse_params()
3194 s = bc_lex_next(&p->l); in bc_parse_params()
3232 return bc_lex_next(&p->l); in bc_parse_call()
3245 s = bc_lex_next(&p->l); in bc_parse_name()
3250 s = bc_lex_next(&p->l); in bc_parse_name()
3276 s = bc_lex_next(&p->l); in bc_parse_name()
3309 s = bc_lex_next(&p->l); in bc_parse_read()
3313 s = bc_lex_next(&p->l); in bc_parse_read()
3319 return bc_lex_next(&p->l); in bc_parse_read()
3327 s = bc_lex_next(&p->l); in bc_parse_builtin()
3331 s = bc_lex_next(&p->l); in bc_parse_builtin()
3345 return bc_lex_next(&p->l); in bc_parse_builtin()
3352 s = bc_lex_next(&p->l); in bc_parse_scale()
3364 s = bc_lex_next(&p->l); in bc_parse_scale()
3373 return bc_lex_next(&p->l); in bc_parse_scale()
3391 s = bc_lex_next(&p->l); in bc_parse_incdec()
3397 s = bc_lex_next(&p->l); in bc_parse_incdec()
3409 s = bc_lex_next(&p->l); in bc_parse_incdec()
3412 s = bc_lex_next(&p->l); in bc_parse_incdec()
3431 s = bc_lex_next(&p->l); in bc_parse_minus()
3448 return bc_lex_next(&p->l); in bc_parse_str()
3457 s = bc_lex_next(&p->l); in bc_parse_print()
3475 if (comma) s = bc_lex_next(&p->l); in bc_parse_print()
3502 s = bc_lex_next(&p->l); in bc_parse_return()
3515 s = bc_lex_next(&p->l); in bc_parse_return()
3541 s = bc_lex_next(&p->l); in bc_parse_endBody()
3586 s = bc_lex_next(&p->l); in bc_parse_endBody()
3625 s = bc_lex_next(&p->l); in bc_parse_if()
3629 s = bc_lex_next(&p->l); in bc_parse_if()
3635 s = bc_lex_next(&p->l); in bc_parse_if()
3662 return bc_lex_next(&p->l); in bc_parse_else()
3670 s = bc_lex_next(&p->l); in bc_parse_while()
3673 s = bc_lex_next(&p->l); in bc_parse_while()
3685 s = bc_lex_next(&p->l); in bc_parse_while()
3700 s = bc_lex_next(&p->l); in bc_parse_for()
3703 s = bc_lex_next(&p->l); in bc_parse_for()
3714 s = bc_lex_next(&p->l); in bc_parse_for()
3740 s = bc_lex_next(&p->l); in bc_parse_for()
3764 s = bc_lex_next(&p->l); in bc_parse_for()
3795 return bc_lex_next(&p->l); in bc_parse_loopExit()
3806 s = bc_lex_next(&p->l); in bc_parse_func()
3814 s = bc_lex_next(&p->l); in bc_parse_func()
3820 s = bc_lex_next(&p->l); in bc_parse_func()
3831 s = bc_lex_next(&p->l); in bc_parse_func()
3843 s = bc_lex_next(&p->l); in bc_parse_func()
3850 s = bc_lex_next(&p->l); in bc_parse_func()
3858 s = bc_lex_next(&p->l); in bc_parse_func()
3864 s = bc_lex_next(&p->l); in bc_parse_func()
3877 s = bc_lex_next(&p->l); in bc_parse_func()
3896 s = bc_lex_next(&p->l); in bc_parse_auto()
3907 s = bc_lex_next(&p->l); in bc_parse_auto()
3914 s = bc_lex_next(&p->l); in bc_parse_auto()
3922 s = bc_lex_next(&p->l); in bc_parse_auto()
3929 s = bc_lex_next(&p->l); in bc_parse_auto()
3970 if (p->l.t == BC_LEX_NLINE) s = bc_lex_next(&p->l); in bc_parse_body()
3987 if (type == BC_LEX_NLINE) return bc_lex_next(&p->l); in bc_parse_stmt()
4004 s = bc_lex_next(&p->l); in bc_parse_stmt()
4008 s = bc_lex_next(&p->l); in bc_parse_stmt()
4083 s = bc_lex_next(&p->l); in bc_parse_stmt()
4104 s = bc_lex_next(&p->l); in bc_parse_stmt()
4147 while (!s && p->l.t == BC_LEX_SCOLON) s = bc_lex_next(&p->l); in bc_parse_stmt()
4184 while (!s && (t = p->l.t) == BC_LEX_NLINE) s = bc_lex_next(&p->l); in bc_parse_expr_err()
4386 if (!s && get_token) s = bc_lex_next(&p->l); in bc_parse_expr_err()
4431 while (!s && p->l.t == BC_LEX_NLINE) s = bc_lex_next(&p->l); in bc_parse_expr_err()