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

Function sym_clear_all_valid

scripts/config/symbol.c:446–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444}
445
446void sym_clear_all_valid(void)
447{
448 struct symbol *sym;
449 int i;
450
451 for_all_symbols(i, sym)
452 sym->flags &= ~SYMBOL_VALID;
453 conf_set_changed(true);
454 sym_calc_value(modules_sym);
455}
456
457bool sym_tristate_within_range(struct symbol *sym, tristate val)
458{

Callers 6

sym_set_tristate_valueFunction · 0.85
sym_set_string_valueFunction · 0.85
conf_write_defconfigFunction · 0.85
conf_writeFunction · 0.85
conf_set_all_new_symbolsFunction · 0.85
conf_rewrite_tristatesFunction · 0.85

Calls 2

conf_set_changedFunction · 0.85
sym_calc_valueFunction · 0.85

Tested by

no test coverage detected