Lines Matching defs:list
65 #include "util/list.h"
538 /* Copy old list entries to new list, skipping removed entry at [i] */
546 /* Free old list and install new one */
552 /* sanity check - make sure the new list's entries are sensible */
595 * Return list of shaders attached to shader program.
3149 /* ARB_shader_subroutine doesn't ask the program to be linked, or list any
3228 /* This is simple list entry that will be used to hold a list of string
3233 struct list_head list;
3350 struct sh_incl_path_entry * list = *path_list;
3351 list_inithead(&list->list);
3366 list_del(list->list.prev);
3372 list_addtail(&path->list, &list->list);
3412 LIST_FOR_EACH_ENTRY(entry, &rel_path_list->list, list) {
3441 LIST_FOR_EACH_ENTRY(entry, &path_list->list, list) {
3549 LIST_FOR_EACH_ENTRY(entry, &path_list->list, list) {
3566 if (list_last_entry(&path_list->list, struct sh_incl_path_entry, list) == entry) {