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

Function sym_set_changed

scripts/config/symbol.c:155–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155static void sym_set_changed(struct symbol *sym)
156{
157 struct property *prop;
158
159 sym->flags |= SYMBOL_CHANGED;
160 for (prop = sym->prop; prop; prop = prop->next) {
161 if (prop->menu)
162 prop->menu->flags |= MENU_CHANGED;
163 }
164}
165
166static void sym_set_all_changed(void)
167{

Callers 5

sym_set_all_changedFunction · 0.85
sym_calc_visibilityFunction · 0.85
sym_calc_valueFunction · 0.85
sym_set_tristate_valueFunction · 0.85
sym_set_string_valueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected