Home
last modified time | relevance | path

Searched refs:nrelops (Results 1 – 1 of 1) sorted by relevance

/external/toybox/toys/pending/
Dbc.c4173 uint32_t i, nparens, nrelops; in bc_parse_expr_err() local
4178 nparens = nrelops = 0; in bc_parse_expr_err()
4246 nrelops += (t >= BC_LEX_OP_REL_EQ && t <= BC_LEX_OP_REL_GT); in bc_parse_expr_err()
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()