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

Function sym_set_all_changed

scripts/config/symbol.c:166–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166static void sym_set_all_changed(void)
167{
168 struct symbol *sym;
169 int i;
170
171 for_all_symbols(i, sym)
172 sym_set_changed(sym);
173}
174
175static void sym_calc_visibility(struct symbol *sym)
176{

Callers 1

sym_calc_valueFunction · 0.85

Calls 1

sym_set_changedFunction · 0.85

Tested by

no test coverage detected