Searched refs:fopen_trypath (Results 1 – 4 of 4) sorted by relevance
48 extern struct input_file *fopen_trypath(struct input_file *, const char *);
350 if (fopen_trypath(infile, reload) == NULL) in main()372 else if (fopen_trypath(infile, p) == NULL) in main()
728 if (fopen_trypath(infile+ilevel+1, ifile) != NULL) { in doincl()
151 fopen_trypath(struct input_file *i, const char *filename) in fopen_trypath() function