Searched refs:nrelops (Results 1 – 2 of 2) sorted by relevance
2004 uint32_t i, nparens, nrelops; in bc_parse_expr_err() local2030 nparens = nrelops = 0; in bc_parse_expr_err()2168 nrelops += (t >= BC_LEX_OP_REL_EQ && t <= BC_LEX_OP_REL_GT); in bc_parse_expr_err()2514 if (!(flags & BC_PARSE_REL) && nrelops) in bc_parse_expr_err()2518 else if ((flags & BC_PARSE_REL) && nrelops > 1) in bc_parse_expr_err()
4193 uint32_t i, nparens, nrelops; in bc_parse_expr_err() local4198 nparens = nrelops = 0; in bc_parse_expr_err()4266 nrelops += (t >= BC_LEX_OP_REL_EQ && t <= BC_LEX_OP_REL_GT); in bc_parse_expr_err()4432 if (!(flags & BC_PARSE_REL) && nrelops) { in bc_parse_expr_err()4436 else if ((flags & BC_PARSE_REL) && nrelops > 1) { in bc_parse_expr_err()