Searched refs:reading_file (Results 1 – 8 of 8) sorted by relevance
31 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()
1107 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()
120 const struct floc *reading_file = 0; variable401 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()
188 error (reading_file, \
499 extern const struct floc *reading_file;
938 reading_file = 0; in main()
117 * expand.c (recursively_expand_for_file): Only set reading_file to160 reading_file.167 info instead of the reading_file info.
116 # we have no file context for reading_file (bug # 6195)