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

Function item_set_data

scripts/config/lxdialog/util.c:628–631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

626 item_cur->node.tag = tag;
627}
628void item_set_data(void *ptr)
629{
630 item_cur->node.data = ptr;
631}
632
633void item_set_selected(int val)
634{

Callers 2

build_confFunction · 0.85
conf_choiceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected