Home
last modified time | relevance | path

Searched refs:read_all_makefiles (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Ddep.h82 extern struct dep *read_all_makefiles PARAMS ((char **makefiles));
DChangeLog74 * read.c (read_all_makefiles, eval_makefile, eval): Ditto.
185 * read.c (read_all_makefiles): Makefile names are kept in the
457 * read.c (read_all_makefiles): Initialize the staticpattern field.
861 * read.c (read_all_makefiles): Ditto.
2260 * read.c (read_all_makefiles, read_makefile, multi_glob): Likewise.
2296 * read.c (read_all_makefiles): Create a new built-in variable,
Dmain.c1596 = read_all_makefiles (makefiles == 0 ? (char **) 0 : makefiles->list); in main()
Dread.c151 read_all_makefiles (char **makefiles) in read_all_makefiles() function