OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:variable_set
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/host-tools/make-3.81/
variable.h
84
struct
variable_set
struct
94
struct
variable_set
*set; /* Variable set. */
145
extern void print_variable_set PARAMS ((struct
variable_set
*set, char *prefix));
155
const struct
variable_set
*set));
160
struct
variable_set
*set, const struct floc *flocp));
variable.c
141
static struct
variable_set
global_variable_set;
166
int recursive, struct
variable_set
*set,
355
const struct
variable_set
*set = setlist->set;
430
const struct
variable_set
*set)
459
l->set = (struct
variable_set
*) xmalloc (sizeof (struct
variable_set
));
553
register struct
variable_set
*set;
555
set = (struct
variable_set
*) xmalloc (sizeof (struct
variable_set
));
599
struct
variable_set
*set = current_variable_set_list->set
[
all
...]
Completed in 417 milliseconds