Home
last modified time | relevance | path

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

/freebsd/usr.bin/m4/
H A Dextern.h119 extern void set_input(struct input_file *, FILE *, const char *);
H A Dmain.c266 set_input(infile+0, stdin, "stdin"); in main()
273 set_input(infile, stdin, "stdin"); in main()
H A Dgnum4.c134 set_input(i, f, path); in dopath()
148 set_input(i, f, filename); in fopen_trypath()
H A Dmisc.c406 set_input(struct input_file *f, FILE *real, const char *name) in set_input() function