Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/m4/
H A Dextern.h48 extern struct input_file *fopen_trypath(struct input_file *, const char *);
H A Dmain.c350 if (fopen_trypath(infile, reload) == NULL) in main()
372 else if (fopen_trypath(infile, p) == NULL) in main()
H A Deval.c728 if (fopen_trypath(infile+ilevel+1, ifile) != NULL) { in doincl()
H A Dgnum4.c151 fopen_trypath(struct input_file *i, const char *filename) in fopen_trypath() function