Searched refs:fopen_trypath (Results 1 – 4 of 4) sorted by relevance
50 extern struct input_file *fopen_trypath(struct input_file *, const char *);
241 else if (fopen_trypath(infile, p) == NULL) in main()
143 fopen_trypath(struct input_file *i, const char *filename) in fopen_trypath() function
711 if (fopen_trypath(infile + ilevel + 1, ifile) != NULL) { in doincl()