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

Function item_count

scripts/config/lxdialog/util.c:656–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

654}
655
656int item_count(void)
657{
658 int n = 0;
659 struct dialog_list *p;
660
661 for (p = item_head; p; p = p->next)
662 n++;
663 return n;
664}
665
666void item_set(int n)
667{

Callers 4

center_itemFunction · 0.85
confFunction · 0.85
dialog_checklistFunction · 0.85
dialog_menuFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected