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