Home
last modified time | relevance | path

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

/external/toybox/kconfig/lxdialog/
Ddialog.h174 extern struct dialog_list *item_head;
183 for (item_cur = item_head ? item_head: item_cur; \
Dutil.c521 struct dialog_list *item_head; variable
527 for (p = item_head; p; p = next) { in item_reset()
531 item_head = NULL; in item_reset()
540 if (item_head) in item_make()
543 item_head = p; in item_make()
603 for (p = item_head; p; p = p->next) in item_count()
621 for (p = item_head; p; p = p->next) { in item_n()
/external/u-boot/scripts/kconfig/lxdialog/
Ddialog.h174 extern struct dialog_list *item_head;
183 for (item_cur = item_head ? item_head: item_cur; \
Dutil.c579 struct dialog_list *item_head; variable
585 for (p = item_head; p; p = next) { in item_reset()
589 item_head = NULL; in item_reset()
598 if (item_head) in item_make()
601 item_head = p; in item_make()
661 for (p = item_head; p; p = p->next) in item_count()
679 for (p = item_head; p; p = p->next) { in item_n()
/external/u-boot/fs/reiserfs/
Dreiserfs_private.h218 struct item_head struct
245 #define IH_SIZE (sizeof (struct item_head)) argument
421 struct item_head *current_ih;
461 #define ITEMHEAD ((struct item_head *) ((int) LEAF + BLKH_SIZE))
Dreiserfs.c57 static void sd_print_item (struct item_head * ih, char * item) in sd_print_item()
431 struct item_head *ih = INFO->current_ih + 1; in next_key()
455 ih = (struct item_head *) &BLOCKHEAD (LEAF)->blk_right_delim_key; in next_key()
526 struct item_head *ih; in search_stat()