OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pat_variables
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/host-tools/make-3.81/
filedef.h
54
struct variable_set_list *
pat_variables
;
member in struct:file
variable.c
499
file->
pat_variables
= create_new_variable_set ();
500
current_variable_set_list = file->
pat_variables
;
538
if (file->
pat_variables
!= 0)
540
file->
pat_variables
->next = l->next;
541
l->next = file->
pat_variables
;
[
all
...]
Completed in 25 milliseconds