Lines Matching refs:get_token
4189 int pfirst, rprn, done, get_token, assign, bin_last, incdec; in bc_parse_expr_err() local
4194 rprn = done = get_token = assign = incdec = 0; in bc_parse_expr_err()
4211 rprn = get_token = bin_last = 0; in bc_parse_expr_err()
4219 rprn = get_token = 0; in bc_parse_expr_err()
4265 get_token = 1; in bc_parse_expr_err()
4278 get_token = 1; in bc_parse_expr_err()
4296 get_token = 0; in bc_parse_expr_err()
4302 get_token = bin_last = incdec = 0; in bc_parse_expr_err()
4314 get_token = bin_last = 0; in bc_parse_expr_err()
4330 get_token = 1; in bc_parse_expr_err()
4346 get_token = 1; in bc_parse_expr_err()
4361 rprn = get_token = bin_last = incdec = 0; in bc_parse_expr_err()
4375 rprn = get_token = bin_last = incdec = 0; in bc_parse_expr_err()
4388 rprn = get_token = bin_last = 0; in bc_parse_expr_err()
4401 if (!s && get_token) s = bc_lex_next(&p->l); in bc_parse_expr_err()