Lines Matching refs:BC_PARSE_NEEDVAL
181 flags |= (BC_PARSE_ARRAY | BC_PARSE_NEEDVAL); in bc_parse_params()
260 BC_PARSE_NEEDVAL; in bc_parse_name()
322 flags |= BC_PARSE_NEEDVAL; in bc_parse_builtin()
351 flags |= BC_PARSE_NEEDVAL; in bc_parse_scale()
461 bc_parse_expr_status(p, BC_PARSE_NEEDVAL, bc_parse_next_print); in bc_parse_print()
500 s = bc_parse_expr_err(p, BC_PARSE_NEEDVAL, bc_parse_next_expr); in bc_parse_return()
620 uint8_t flags = (BC_PARSE_REL | BC_PARSE_NEEDVAL); in bc_parse_if()
662 uint8_t flags = (BC_PARSE_REL | BC_PARSE_NEEDVAL); in bc_parse_while()
708 uint8_t flags = (BC_PARSE_REL | BC_PARSE_NEEDVAL); in bc_parse_for()
1179 assert(!(flags & BC_PARSE_PRINT) || !(flags & BC_PARSE_NEEDVAL)); in bc_parse_expr_err()
1476 if (!(flags & BC_PARSE_NEEDVAL) && !pfirst) { in bc_parse_expr_err()
1502 else if (!(flags & BC_PARSE_NEEDVAL) && in bc_parse_expr_err()