MCPcopy Create free account
hub / github.com/Lienol/openwrt / expr_eq

Function expr_eq

scripts/config/expr.c:252–303  ·  view source on GitHub ↗

* Returns true if 'e1' and 'e2' are equal, after minor simplification. Two * &&/|| expressions are considered equal if every operand in one expression * equals some operand in the other (operands do not need to appear in the same * order), recursively. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

__expr_eliminate_eqFunction · 0.85
expr_join_orFunction · 0.85
expr_join_andFunction · 0.85
get_prompt_strFunction · 0.85

Calls 5

expr_is_yesFunction · 0.85
expr_copyFunction · 0.85
expr_eliminate_eqFunction · 0.85
expr_freeFunction · 0.85
expr_fprintFunction · 0.85

Tested by

no test coverage detected