Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
656
int 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
666
void item_set(int n)
667
{
Callers
4
center_item
Function · 0.85
conf
Function · 0.85
dialog_checklist
Function · 0.85
dialog_menu
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected