Home
last modified time | relevance | path

Searched refs:item_head (Results 1 – 2 of 2) sorted by relevance

/linux/scripts/kconfig/lxdialog/
H A Ddialog.h148 extern struct dialog_list *item_head;
157 for (item_cur = item_head ? item_head: item_cur; \
H A Dutil.c551 struct dialog_list *item_head; variable
557 for (p = item_head; p; p = next) { in item_reset()
561 item_head = NULL; in item_reset()
570 if (item_head) in item_make()
573 item_head = p; in item_make()
633 for (p = item_head; p; p = p->next) in item_count()
651 for (p = item_head; p; p = p->next) { in item_n()