MCPcopy Create free account
hub / github.com/Entware/Entware / expr_is_yes

Function expr_is_yes

scripts/config/expr.h:312–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310 tristate pr_type, const char *title);
311
312static inline int expr_is_yes(struct expr *e)
313{
314 return !e || (e->type == E_SYMBOL && e->left.sym == &symbol_yes);
315}
316
317static inline int expr_is_no(struct expr *e)
318{

Callers 5

expr_eqFunction · 0.85
print_symbolFunction · 0.85
zconfdumpFunction · 0.85
menu_finalizeFunction · 0.85
get_dep_strFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected