OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
, \
function.c
1114
fatal (
reading_file
, "%s", msg);
1117
error (
reading_file
, "%s", msg);
[
all
...]
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
...]
make.h
500
extern const struct floc *
reading_file
;
main.c
942
reading_file
= 0;
[
all
...]
Completed in 111 milliseconds