Home
last modified time | relevance | path

Searched refs:set_input (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/gcc/
HDgcc.h63 extern void set_input (const char *);
HDgcc.c6107 set_input (const char *filename) in set_input() function
6643 set_input (infiles[i].name); in main()
6693 set_input (infiles[i].name); in main()
6759 set_input (infiles[i].name); in main()
HDChangeLog-20011775 (set_input): Reset input_stat_set for each new file.
3879 * gcc.c (set_input): Export.
3881 gcc.h (set_input): ... here.
14105 (set_input): Export.
14107 * gcc.h (set_input): ... here.
15571 (set_input): Export.
15573 * gcc.h (set_input): ... here.
HDChangeLog-200014183 (set_input): Prepare for %B.
19622 * gcc.c (set_input) [HAVE_DOS_STYLE_FILE_SYSTEM]: Skip drive name.
31213 * gcc.c (set_input): New fn.
/NextBSD/usr.bin/m4/
HDextern.h118 extern void set_input(struct input_file *, FILE *, const char *);
HDmain.c238 set_input(infile+0, stdin, "stdin"); in main()
245 set_input(infile, stdin, "stdin"); in main()
HDgnum4.c133 set_input(i, f, path); in dopath()
147 set_input(i, f, filename); in fopen_trypath()
HDmisc.c407 set_input(struct input_file *f, FILE *real, const char *name) in set_input() function