Home
last modified time | relevance | path

Searched refs:read_md_file (Results 1 – 25 of 47) sorted by relevance

12

/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dread-md.h86 extern FILE *read_md_file;
99 ch = getc (read_md_file); in read_char()
112 ungetc (ch, read_md_file); in unread_char()
H A Dread-md.c61 FILE *read_md_file; variable
937 old_file = read_md_file; in handle_include()
944 read_md_file = input_file; in handle_include()
949 read_md_file = old_file; in handle_include()
992 fclose (read_md_file); in handle_file()
1113 read_md_file = stdin; in read_md_files()
1132 read_md_file = fopen (read_md_filename, "r"); in read_md_files()
1133 if (read_md_file == 0) in read_md_files()
1146 read_md_file = stdin; in read_md_files()
H A DChangeLog-201026592 * read-md.h (read_md_file): Declare.
26596 * read-md.c (read_md_file): New variable.
26613 * gensupport.c (process_include): Preserve read_md_file around
26614 the include. Set read_md_file to the handle of the included file.
26616 (init_md_reader_args_cb): Set read_md_file to the handle of the file
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dread-md.h86 extern FILE *read_md_file;
99 ch = getc (read_md_file); in read_char()
112 ungetc (ch, read_md_file); in unread_char()
H A Dread-md.c61 FILE *read_md_file; variable
937 old_file = read_md_file; in handle_include()
944 read_md_file = input_file; in handle_include()
949 read_md_file = old_file; in handle_include()
992 fclose (read_md_file); in handle_file()
1113 read_md_file = stdin; in read_md_files()
1132 read_md_file = fopen (read_md_filename, "r"); in read_md_files()
1133 if (read_md_file == 0) in read_md_files()
1146 read_md_file = stdin; in read_md_files()
H A DChangeLog-201026592 * read-md.h (read_md_file): Declare.
26596 * read-md.c (read_md_file): New variable.
26613 * gensupport.c (process_include): Preserve read_md_file around
26614 the include. Set read_md_file to the handle of the included file.
26616 (init_md_reader_args_cb): Set read_md_file to the handle of the file
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dread-md.h86 extern FILE *read_md_file;
99 ch = getc (read_md_file); in read_char()
112 ungetc (ch, read_md_file); in unread_char()
H A Dread-md.c61 FILE *read_md_file; variable
937 old_file = read_md_file; in handle_include()
944 read_md_file = input_file; in handle_include()
949 read_md_file = old_file; in handle_include()
992 fclose (read_md_file); in handle_file()
1113 read_md_file = stdin; in read_md_files()
1132 read_md_file = fopen (read_md_filename, "r"); in read_md_files()
1133 if (read_md_file == 0) in read_md_files()
1146 read_md_file = stdin; in read_md_files()
H A DChangeLog-201026592 * read-md.h (read_md_file): Declare.
26596 * read-md.c (read_md_file): New variable.
26613 * gensupport.c (process_include): Preserve read_md_file around
26614 the include. Set read_md_file to the handle of the included file.
26616 (init_md_reader_args_cb): Set read_md_file to the handle of the file
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dread-md.h100 extern FILE *read_md_file;
113 ch = getc (read_md_file); in read_char()
126 ungetc (ch, read_md_file); in unread_char()
H A Dread-md.c60 FILE *read_md_file; variable
959 old_file = read_md_file; in handle_include()
966 read_md_file = input_file; in handle_include()
971 read_md_file = old_file; in handle_include()
1014 fclose (read_md_file); in handle_file()
1135 read_md_file = stdin; in read_md_files()
1154 read_md_file = fopen (read_md_filename, "r"); in read_md_files()
1155 if (read_md_file == 0) in read_md_files()
1168 read_md_file = stdin; in read_md_files()
H A DChangeLog-201026592 * read-md.h (read_md_file): Declare.
26596 * read-md.c (read_md_file): New variable.
26613 * gensupport.c (process_include): Preserve read_md_file around
26614 the include. Set read_md_file to the handle of the included file.
26616 (init_md_reader_args_cb): Set read_md_file to the handle of the file
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dread-md.h100 extern FILE *read_md_file;
113 ch = getc (read_md_file); in read_char()
126 ungetc (ch, read_md_file); in unread_char()
H A Dread-md.c60 FILE *read_md_file; variable
959 old_file = read_md_file; in handle_include()
966 read_md_file = input_file; in handle_include()
971 read_md_file = old_file; in handle_include()
1014 fclose (read_md_file); in handle_file()
1135 read_md_file = stdin; in read_md_files()
1154 read_md_file = fopen (read_md_filename, "r"); in read_md_files()
1155 if (read_md_file == 0) in read_md_files()
1168 read_md_file = stdin; in read_md_files()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A DChangeLog-201026592 * read-md.h (read_md_file): Declare.
26596 * read-md.c (read_md_file): New variable.
26613 * gensupport.c (process_include): Preserve read_md_file around
26614 the include. Set read_md_file to the handle of the included file.
26616 (init_md_reader_args_cb): Set read_md_file to the handle of the file
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A DChangeLog-201026592 * read-md.h (read_md_file): Declare.
26596 * read-md.c (read_md_file): New variable.
26613 * gensupport.c (process_include): Preserve read_md_file around
26614 the include. Set read_md_file to the handle of the included file.
26616 (init_md_reader_args_cb): Set read_md_file to the handle of the file
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A DChangeLog-201026592 * read-md.h (read_md_file): Declare.
26596 * read-md.c (read_md_file): New variable.
26613 * gensupport.c (process_include): Preserve read_md_file around
26614 the include. Set read_md_file to the handle of the included file.
26616 (init_md_reader_args_cb): Set read_md_file to the handle of the file
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A DChangeLog-201026592 * read-md.h (read_md_file): Declare.
26596 * read-md.c (read_md_file): New variable.
26613 * gensupport.c (process_include): Preserve read_md_file around
26614 the include. Set read_md_file to the handle of the included file.
26616 (init_md_reader_args_cb): Set read_md_file to the handle of the file
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A DChangeLog-201026592 * read-md.h (read_md_file): Declare.
26596 * read-md.c (read_md_file): New variable.
26613 * gensupport.c (process_include): Preserve read_md_file around
26614 the include. Set read_md_file to the handle of the included file.
26616 (init_md_reader_args_cb): Set read_md_file to the handle of the file
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A DChangeLog-201026592 * read-md.h (read_md_file): Declare.
26596 * read-md.c (read_md_file): New variable.
26613 * gensupport.c (process_include): Preserve read_md_file around
26614 the include. Set read_md_file to the handle of the included file.
26616 (init_md_reader_args_cb): Set read_md_file to the handle of the file
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A DChangeLog-201026592 * read-md.h (read_md_file): Declare.
26596 * read-md.c (read_md_file): New variable.
26613 * gensupport.c (process_include): Preserve read_md_file around
26614 the include. Set read_md_file to the handle of the included file.
26616 (init_md_reader_args_cb): Set read_md_file to the handle of the file
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A DChangeLog-201026592 * read-md.h (read_md_file): Declare.
26596 * read-md.c (read_md_file): New variable.
26613 * gensupport.c (process_include): Preserve read_md_file around
26614 the include. Set read_md_file to the handle of the included file.
26616 (init_md_reader_args_cb): Set read_md_file to the handle of the file
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A DChangeLog-201026592 * read-md.h (read_md_file): Declare.
26596 * read-md.c (read_md_file): New variable.
26613 * gensupport.c (process_include): Preserve read_md_file around
26614 the include. Set read_md_file to the handle of the included file.
26616 (init_md_reader_args_cb): Set read_md_file to the handle of the file
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A DChangeLog-201026592 * read-md.h (read_md_file): Declare.
26596 * read-md.c (read_md_file): New variable.
26613 * gensupport.c (process_include): Preserve read_md_file around
26614 the include. Set read_md_file to the handle of the included file.
26616 (init_md_reader_args_cb): Set read_md_file to the handle of the file
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A DChangeLog-201026592 * read-md.h (read_md_file): Declare.
26596 * read-md.c (read_md_file): New variable.
26613 * gensupport.c (process_include): Preserve read_md_file around
26614 the include. Set read_md_file to the handle of the included file.
26616 (init_md_reader_args_cb): Set read_md_file to the handle of the file

12