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

Function item_set

scripts/config/lxdialog/util.c:666–672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664}
665
666void item_set(int n)
667{
668 int i = 0;
669 item_foreach()
670 if (i++ == n)
671 return;
672}
673
674int item_n(void)
675{

Callers 2

dialog_checklistFunction · 0.85
dialog_menuFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected