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

Function variable_all_del

scripts/config/preprocess.c:332–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330}
331
332void variable_all_del(void)
333{
334 struct variable *v, *tmp;
335
336 list_for_each_entry_safe(v, tmp, &variable_list, node)
337 variable_del(v);
338}
339
340/*
341 * Evaluate a clause with arguments. argc/argv are arguments from the upper

Callers 1

conf_parseFunction · 0.85

Calls 1

variable_delFunction · 0.85

Tested by

no test coverage detected