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

Function item_reset

scripts/config/lxdialog/util.c:581–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579struct dialog_list *item_head;
580
581void item_reset(void)
582{
583 struct dialog_list *p, *next;
584
585 for (p = item_head; p; p = next) {
586 next = p->next;
587 free(p);
588 }
589 item_head = NULL;
590 item_cur = &item_nil;
591}
592
593void item_make(const char *fmt, ...)
594{

Callers 2

conf_choiceFunction · 0.85
confFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected