/netbsd-src/external/bsd/bc/dist/ |
H A D | main.c | 44 static char first_file; variable 239 first_file = TRUE; in main() 293 if (use_math && first_file) in open_new_file() 343 if (!first_file) fclose (yyin); in new_yy_file() 345 first_file = FALSE; in new_yy_file()
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | gen-win32.h | 217 bool first_file; member 244 dir->first_file = true; in start_directory() 259 if (dir->first_file) { in next_file() 260 dir->first_file = false; in next_file()
|
/netbsd-src/external/gpl3/binutils/dist/gprof/ |
H A D | source.c | 96 static bool first_file = true; in annotate_source() local 234 if (first_file) in annotate_source() 235 first_file = false; in annotate_source()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprof/ |
H A D | source.c | 96 static bool first_file = true; in annotate_source() local 234 if (first_file) in annotate_source() 235 first_file = false; in annotate_source()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | collect2.c | 863 int first_file; in main() local 1264 first_file = 1; in main() 1382 if (first_file) in main() 1385 first_file = 0; in main() 1478 if (first_file) in main() 1480 first_file = 0; in main()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | collect2.cc | 859 int first_file; in main() local 1252 first_file = 1; in main() 1370 if (first_file) in main() 1373 first_file = 0; in main() 1466 if (first_file) in main() 1468 first_file = 0; in main()
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | dwarf2dbg.c | 3025 int first_file = DWARF2_LINE_VERSION > 4 ? 0 : 1; in out_debug_str() local 3036 if (files[first_file].dir) in out_debug_str() 3038 char *dirname = remap_debug_filename (dirs[files[first_file].dir]); in out_debug_str() 3051 len = strlen (files[first_file].filename) + 1; in out_debug_str() 3053 memcpy (p, files[first_file].filename, len); in out_debug_str()
|
H A D | ecoff.c | 1001 static efdr_t *first_file; /* first file descriptor */ variable 1002 static efdr_t **last_file_ptr = &first_file; /* file descriptor tail */ 2194 if (first_file != (efdr_t *) NULL) in add_file() 2243 for (fil_ptr = first_file; in add_file() 4608 if (first_file == (efdr_t *) NULL) in ecoff_build_debug() 4649 for (fil_ptr = first_file; in ecoff_build_debug()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | dwarf2dbg.c | 2964 int first_file = DWARF2_LINE_VERSION > 4 ? 0 : 1; in out_debug_str() local 2975 if (files[first_file].dir) in out_debug_str() 2977 char *dirname = remap_debug_filename (dirs[files[first_file].dir]); in out_debug_str() 2990 len = strlen (files[first_file].filename) + 1; in out_debug_str() 2992 memcpy (p, files[first_file].filename, len); in out_debug_str()
|
H A D | ecoff.c | 1001 static efdr_t *first_file; /* first file descriptor */ variable 1002 static efdr_t **last_file_ptr = &first_file; /* file descriptor tail */ 2195 if (first_file != (efdr_t *) NULL) in add_file() 2244 for (fil_ptr = first_file; in add_file() 4610 if (first_file == (efdr_t *) NULL) in ecoff_build_debug() 4651 for (fil_ptr = first_file; in ecoff_build_debug()
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | debug.c | 2336 bool first_file; in debug_write() local 2344 first_file = true; in debug_write() 2349 if (first_file) in debug_write() 2350 first_file = false; in debug_write()
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | debug.c | 2332 bool first_file; in debug_write() local 2340 first_file = true; in debug_write() 2345 if (first_file) in debug_write() 2346 first_file = false; in debug_write()
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | ldlang.c | 70 static lang_input_statement_type *first_file; variable 1304 first_file = lang_add_input_file (NULL, lang_input_file_is_marker_enum, in lang_init() 8533 if (first_file->filename != NULL) in lang_startup() 8537 first_file->filename = name; in lang_startup() 8538 first_file->local_sym_name = name; in lang_startup() 8539 first_file->flags.real = true; in lang_startup()
|
H A D | ChangeLog-9197 | 5021 (lang_startup): Set real field of first_file to true.
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | ldlang.c | 72 static lang_input_statement_type *first_file; variable 1354 first_file = lang_add_input_file (NULL, lang_input_file_is_marker_enum, in lang_init() 8760 if (first_file->filename != NULL) in lang_startup() 8764 first_file->filename = name; in lang_startup() 8765 first_file->local_sym_name = name; in lang_startup() 8766 first_file->flags.real = true; in lang_startup()
|
H A D | ChangeLog-9197 | 5021 (lang_startup): Set real field of first_file to true.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | ChangeLog-2004 | 2332 * scanner.c (first_file, first_duplicated_file, gfc_current_file):
|