Home
last modified time | relevance | path

Searched refs:reading_file (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dexpand.c31 const struct floc **expanding_var = &reading_file;
117 if (!reading_file) in recursively_expand_for_file()
120 reading_file = &v->fileinfo; in recursively_expand_for_file()
147 reading_file = 0; in recursively_expand_for_file()
460 reading_file = &file->cmds->fileinfo; in variable_expand_for_file()
462 reading_file = 0; in variable_expand_for_file()
465 reading_file = 0; in variable_expand_for_file()
Dfunction.c1107 fatal (reading_file, "%s", msg); in func_error()
1110 error (reading_file, "%s", msg); in func_error()
1613 if (reading_file && reading_file->filenm) in func_shell()
1615 error_prefix = (char *) alloca (strlen (reading_file->filenm)+11+4); in func_shell()
1617 "%s:%lu: ", reading_file->filenm, reading_file->lineno); in func_shell()
Dread.c120 const struct floc *reading_file = 0; variable
401 curfile = reading_file; in eval_makefile()
402 reading_file = &ebuf.floc; in eval_makefile()
406 reading_file = curfile; in eval_makefile()
430 ebuf.floc = *reading_file; in eval_buffer()
432 curfile = reading_file; in eval_buffer()
433 reading_file = &ebuf.floc; in eval_buffer()
441 reading_file = curfile; in eval_buffer()
Dvariable.h188 error (reading_file, \
Dmake.h499 extern const struct floc *reading_file;
Dmain.c938 reading_file = 0; in main()
DChangeLog117 * expand.c (recursively_expand_for_file): Only set reading_file to
160 reading_file.
167 info instead of the reading_file info.
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Deval116 # we have no file context for reading_file (bug # 6195)