Searched refs:global_setlist (Results 1 – 2 of 2) sorted by relevance
141 static struct variable_set_list global_setlist variable143 struct variable_set_list *current_variable_set_list = &global_setlist;471 l->next = &global_setlist; in initialize_file_variables()587 if (current_variable_set_list->next == &global_setlist) in push_new_variable_scope()593 current_variable_set_list->set = global_setlist.set; in push_new_variable_scope()594 global_setlist.set = set; in push_new_variable_scope()595 current_variable_set_list->next = global_setlist.next; in push_new_variable_scope()596 global_setlist.next = current_variable_set_list; in push_new_variable_scope()597 current_variable_set_list = &global_setlist; in push_new_variable_scope()611 if (current_variable_set_list != &global_setlist) in pop_variable_scope()[all …]
148 global_setlist. Not only is this useless, but it can lead to149 circularities in the linked list, if global_setlist->next in one151 global_setlist.719 directly to the global_setlist variable. So, inserting a new723 that the new setlist is in the global_setlist variable, and