Home
last modified time | relevance | path

Searched refs:mfh_fh (Results 1 – 6 of 6) sorted by relevance

/dports/games/nethack33/nethack-3.3.1/sys/amiga/splitter/
H A Dmulti.c53 if(mfp->mfh_fh==0)return 0; /* pending EOF (possibly premature) */ in MultiRead()
56 this=Read(mfp->mfh_fh,where,len-sofar); in MultiRead()
59 Close(mfp->mfh_fh); in MultiRead()
60 mfp->mfh_fh=0; in MultiRead()
74 if(mfp->mfh_fh)Close(mfp->mfh_fh); in MultiClose()
107 mfp->mfh_fh=Open(file,MODE_OLDFILE); in start_next_file()
108 if(!mfp->mfh_fh){ in start_next_file()
H A Dmulti.h21 unsigned long mfh_fh; /* AmigaDOS file handle of current segment */ member
/dports/games/nethack33-nox11/nethack-3.3.1/sys/amiga/splitter/
H A Dmulti.c53 if(mfp->mfh_fh==0)return 0; /* pending EOF (possibly premature) */ in MultiRead()
56 this=Read(mfp->mfh_fh,where,len-sofar); in MultiRead()
59 Close(mfp->mfh_fh); in MultiRead()
60 mfp->mfh_fh=0; in MultiRead()
74 if(mfp->mfh_fh)Close(mfp->mfh_fh); in MultiClose()
107 mfp->mfh_fh=Open(file,MODE_OLDFILE); in start_next_file()
108 if(!mfp->mfh_fh){ in start_next_file()
H A Dmulti.h21 unsigned long mfh_fh; /* AmigaDOS file handle of current segment */ member
/dports/games/falconseye/falconseye-1.9.3_11/sys/amiga/splitter/
H A Dmulti.c53 if(mfp->mfh_fh==0)return 0; /* pending EOF (possibly premature) */ in MultiRead()
56 this=Read(mfp->mfh_fh,where,len-sofar); in MultiRead()
59 Close(mfp->mfh_fh); in MultiRead()
60 mfp->mfh_fh=0; in MultiRead()
74 if(mfp->mfh_fh)Close(mfp->mfh_fh); in MultiClose()
107 mfp->mfh_fh=Open(file,MODE_OLDFILE); in start_next_file()
108 if(!mfp->mfh_fh){ in start_next_file()
H A Dmulti.h21 unsigned long mfh_fh; /* AmigaDOS file handle of current segment */ member