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

Function menu_add_expr

scripts/config/menu.c:205–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep)
206{
207 menu_add_prop(type, expr, dep);
208}
209
210void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep)
211{

Callers 1

yyparseFunction · 0.85

Calls 1

menu_add_propFunction · 0.85

Tested by

no test coverage detected