Searched refs:use_list (Results 1 – 2 of 2) sorted by relevance
68 struct use_header use_list = {NULL, NULL}; variable138 for (ptr = use_list.head; ptr != NULL; ptr = ptr->fptr)194 if (use_list.head != NULL)196 item->bptr = use_list.tail;197 use_list.tail->fptr = item;199 use_list.tail = item;203 use_list.tail = use_list.head = item;220 use_list.tail = ptr->bptr;225 use_list.head = ptr->fptr;663 while (use_list.head != NULL && old_use_count != use_count) in compile()[all …]
122 struct use_header use_list = {NULL, NULL}; variable187 while (use_list.head != NULL && old_use_count != use_count) { in compile()189 for (ptr = use_list.tail; ptr != NULL; in compile()201 for (ptr = use_list.head; ptr != NULL; in compile()218 if (use_list.head != NULL && !check_only) { in compile()224 for (ptr = use_list.head; ptr != NULL; ptr = ptr->fptr) { in compile()241 for (ptr = use_list.head; ptr != NULL; ptr = ptr->fptr) { in dump_list()435 if (use_list.head != NULL) { in enqueue()436 item->bptr = use_list.tail; in enqueue()437 use_list.tail->fptr = item; in enqueue()[all …]