Home
last modified time | relevance | path

Searched refs:YP_fopen (Results 1 – 3 of 3) sorted by relevance

/dports/lang/yap/yap-6.2.2/H/
H A Dyapio.h42 #define YP_fopen fopen macro
146 YP_FILE *YP_fopen(char *, char *);
/dports/lang/yap/yap-6.2.2/C/
H A Dypstdio.c175 YP_fopen(char *path, char *mode) in YP_fopen() function
H A Diopreds.c672 curfile = YP_fopen(fname, "r"); in Yap_DebugSetIFile()
2172 if ((st->u.file.file = YP_fopen (buf, io_mode)) != YAP_ERROR) in find_csult_file()
2176 if ((st->u.file.file = YP_fopen (buf, io_mode)) != YAP_ERROR) in find_csult_file()
2693 if ((st->u.file.file = YP_fopen (Yap_FileNameBuf, io_mode)) == YAP_ERROR ||