HomeSort by relevance Sort by last modified time
    Searched refs:variable_set_list (Results 1 - 4 of 4) sorted by null

  /ndk/sources/host-tools/make-3.81/
variable.h 91 struct variable_set_list struct
93 struct variable_set_list *next; /* Link in the chain. */
109 extern struct variable_set_list *current_variable_set_list;
138 extern struct variable_set_list *create_new_variable_set PARAMS ((void));
139 extern void free_variable_set PARAMS ((struct variable_set_list *));
140 extern struct variable_set_list *push_new_variable_scope PARAMS ((void));
146 extern void merge_variable_set_lists PARAMS ((struct variable_set_list **to_list, struct variable_set_list *from_list));
variable.c 142 static struct variable_set_list global_setlist
144 struct variable_set_list *current_variable_set_list = &global_setlist;
346 const struct variable_set_list *setlist;
453 struct variable_set_list *l = file->variables;
457 l = (struct variable_set_list *)
458 xmalloc (sizeof (struct variable_set_list));
494 struct variable_set_list *global = current_variable_set_list;
549 struct variable_set_list *
552 register struct variable_set_list *setlist;
559 setlist = (struct variable_set_list *)
    [all...]
filedef.h 50 struct variable_set_list *variables;
54 struct variable_set_list *pat_variables;
expand.c 105 struct variable_set_list *save = 0;
457 struct variable_set_list *save;
482 const struct variable_set_list *set)

Completed in 54 milliseconds