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

Function menu_add_symbol

scripts/config/menu.c:210–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep)
211{
212 menu_add_prop(type, expr_alloc_symbol(sym), dep);
213}
214
215static int menu_validate_number(struct symbol *sym, struct symbol *sym2)
216{

Callers 3

yyparseFunction · 0.85
menu_add_entryFunction · 0.85
menu_finalizeFunction · 0.85

Calls 2

menu_add_propFunction · 0.85
expr_alloc_symbolFunction · 0.85

Tested by

no test coverage detected