OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reading_file
(Results
1 - 8
of
8
) 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
;
ChangeLog
117
* expand.c (recursively_expand_for_file): Only set
reading_file
to
160
reading_file
.
167
info instead of the
reading_file
info.
[
all
...]
main.c
942
reading_file
= 0;
[
all
...]
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
eval
116
# we have no file context for
reading_file
(bug # 6195)
Completed in 170 milliseconds