OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gfc_src_file
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
scanner.cc
72
static FILE *
gfc_src_file
;
variable
2557
if (
gfc_src_file
)
2559
input =
gfc_src_file
;
2560
gfc_src_file
= NULL;
2847
gfc_src_file
= gfc_open_file (filename);
2848
if (
gfc_src_file
== NULL)
2851
c = getc (
gfc_src_file
);
2857
load_line (
gfc_src_file
, &gfc_src_preprocessor_lines[0], &len, &c);
2868
c = getc (
gfc_src_file
);
2874
load_line (
gfc_src_file
, &gfc_src_preprocessor_lines[1], &len, &c)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/fortran/
scanner.cc
72
static FILE *
gfc_src_file
;
variable
2553
if (
gfc_src_file
)
2555
input =
gfc_src_file
;
2556
gfc_src_file
= NULL;
2843
gfc_src_file
= gfc_open_file (filename);
2844
if (
gfc_src_file
== NULL)
2847
c = getc (
gfc_src_file
);
2853
load_line (
gfc_src_file
, &gfc_src_preprocessor_lines[0], &len, &c);
2864
c = getc (
gfc_src_file
);
2870
load_line (
gfc_src_file
, &gfc_src_preprocessor_lines[1], &len, &c)
[
all
...]
Completed in 24 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026