HomeSort by relevance Sort by last modified time
    Searched refs:reading_file (Results 1 - 6 of 6) sorted by null

  /ndk/sources/host-tools/make-3.81/
expand.c 31 const struct floc **expanding_var = &reading_file;
118 if (!reading_file)
121 reading_file = &v->fileinfo;
148 reading_file = 0;
465 reading_file = &file->cmds->fileinfo;
467 reading_file = 0;
470 reading_file = 0;
variable.h 188 error (reading_file, \
read.c 120 const struct floc *reading_file = 0; variable in typeref:struct:floc
404 curfile = reading_file;
405 reading_file = &ebuf.floc;
409 reading_file = curfile;
433 ebuf.floc = *reading_file;
435 curfile = reading_file;
436 reading_file = &ebuf.floc;
444 reading_file = curfile;
    [all...]
function.c 1114 fatal (reading_file, "%s", msg);
1117 error (reading_file, "%s", msg);
    [all...]
make.h 500 extern const struct floc *reading_file;
main.c 942 reading_file = 0;
    [all...]

Completed in 194 milliseconds