Searched refs:n_infiles (Results 1 – 8 of 8) sorted by relevance
273 int n_infiles = 0; local312 ++n_infiles;333 ++n_infiles;389 if ((n_outfiles != 0) && (n_infiles == 0))393 if (n_infiles == 0)
68 * g77spec.c (lang_specific_driver): Check n_infiles before
3085 int n_infiles; variable3285 n_infiles = 0; in process_command()3564 n_infiles++; in process_command()3579 n_infiles++; in process_command()3649 n_infiles += (argv[i][j] == ','); in process_command()3656 n_infiles++; in process_command()3678 n_infiles++; in process_command()3682 n_infiles++; in process_command()3926 n_infiles++; in process_command()4027 infiles = XNEWVEC (struct infile, n_infiles + 1); in process_command()[all …]
73 extern int n_infiles;
2872 int n_infiles; variable3085 n_infiles = 0;3344 n_infiles++;3359 n_infiles++;3429 n_infiles += (argv[i][j] == ',');3436 n_infiles++;3444 n_infiles++;3448 n_infiles++;3680 n_infiles++;3773 infiles = (struct infile *) xmalloc ((n_infiles + 1) * sizeof (struct infile));[all …]
76 extern int n_infiles;
3349 * gcc.h (n_infiles, outfiles): Add declarations.3350 * gcc.c (n_infiles, outfiles): Mske no longer static.
627 int i = n_infiles; in lang_specific_pre_link()