Searched refs:item_head (Results 1 – 3 of 3) sorted by relevance
466 struct item_head { struct491 #define IH_SIZE (sizeof(struct item_head)) argument583 static __inline__ loff_t le_ih_k_offset(const struct item_head *ih) in le_ih_k_offset()595 static __inline__ loff_t le_ih_k_type(const struct item_head *ih) in le_ih_k_type()607 static __inline__ void set_le_ih_k_offset(struct item_head *ih, loff_t offset) in set_le_ih_k_offset()620 static __inline__ void set_le_ih_k_type(struct item_head *ih, int type) in set_le_ih_k_type()1017 const struct item_head *ih, int pos_in_item) in entry_length()1044 struct item_head *de_ih;1282 struct item_head *vi_ih;1295 struct item_head *vn_ins_ih; /* item header of inserted item, 0 for other modes */[all …]
536 struct dialog_list *item_head; variable542 for (p = item_head; p; p = next) { in item_reset()546 item_head = NULL; in item_reset()555 if (item_head) in item_make()558 item_head = p; in item_make()618 for (p = item_head; p; p = p->next) in item_count()636 for (p = item_head; p; p = p->next) { in item_n()
180 extern struct dialog_list *item_head;189 for (item_cur = item_head ? item_head: item_cur; \