Lines Matching defs:first_item
68 aliasitem_t first_item; /* first item of the list */
99 (*listp)->first_item = NULL;
113 current = list->first_item;
173 int first_item) {
174 if (first_item) {
199 new_item->next = list->first_item;
200 list->first_item = new_item;
227 if (list->first_item == NULL) {
228 list->first_item = new_item;
230 aliasitem_t cur_item = list->first_item;
256 current = list->first_item;
347 item = list->first_item;