Searched refs:BC_PARSE_REL (Results 1 – 1 of 1) sorted by relevance
419 #define BC_PARSE_REL (1<<0) macro3188 flags = (flags & ~(BC_PARSE_PRINT | BC_PARSE_REL)) | BC_PARSE_ARRAY; in bc_parse_params()3266 flags &= ~(BC_PARSE_PRINT | BC_PARSE_REL); in bc_parse_name()3334 flags = (flags & ~(BC_PARSE_PRINT | BC_PARSE_REL)); in bc_parse_builtin()3362 flags &= ~(BC_PARSE_PRINT | BC_PARSE_REL); in bc_parse_scale()3631 s = bc_parse_expr_status(p, BC_PARSE_REL, bc_parse_next_rel); in bc_parse_if()3682 s = bc_parse_expr_status(p, BC_PARSE_REL, bc_parse_next_rel); in bc_parse_while()3725 s = bc_parse_expr_status(p, BC_PARSE_REL, bc_parse_next_for); in bc_parse_for()4412 if (!(flags & BC_PARSE_REL) && nrelops) { in bc_parse_expr_err()4416 else if ((flags & BC_PARSE_REL) && nrelops > 1) { in bc_parse_expr_err()