Searched refs:nrelops (Results 1 – 2 of 2) sorted by relevance
1176 uint32_t i, nparens, nrelops; in bc_parse_expr_err() local1182 nparens = nrelops = 0; in bc_parse_expr_err()1279 nrelops += (t >= BC_LEX_OP_REL_EQ && t <= BC_LEX_OP_REL_GT); in bc_parse_expr_err()1471 if (!(flags & BC_PARSE_REL) && nrelops) in bc_parse_expr_err()1473 else if ((flags & BC_PARSE_REL) && nrelops > 1) in bc_parse_expr_err()
4188 uint32_t i, nparens, nrelops; in bc_parse_expr_err() local4193 nparens = nrelops = 0; in bc_parse_expr_err()4261 nrelops += (t >= BC_LEX_OP_REL_EQ && t <= BC_LEX_OP_REL_GT); in bc_parse_expr_err()4427 if (!(flags & BC_PARSE_REL) && nrelops) { in bc_parse_expr_err()4431 else if ((flags & BC_PARSE_REL) && nrelops > 1) { in bc_parse_expr_err()