Home
last modified time | relevance | path

Searched refs:FILNIL (Results 1 – 9 of 9) sorted by relevance

/original-bsd/usr.bin/pascal/libpc/
H A DDFDISPOSE.c31 while(next != FILNIL && (next->flev < GLVL || next < start)) {
35 while(next != FILNIL && start <= next && next < end)
H A DPCSTART.c80 FILNIL, /* fchain */
105 for (ip = &_actfile[3]; ip < &_actfile[MAXFILES]; *ip++ = FILNIL);
H A DGETNAME.c74 if (_actfile[_filefre] == FILNIL)
77 if (_actfile[_filefre] == FILNIL)
98 while ((next != FILNIL) &&
H A DPFLUSH.c21 for (next = _fchain.fchain; next != FILNIL; next = next->fchain) { in PFLUSH()
H A DPCLOSE.c26 while(next != FILNIL && next->flev <= level) {
H A DPFCLOSE.c46 _actfile[filep->fblk] = FILNIL;
H A Dh00vars.h39 #define FILNIL ((struct iorec *)(0)) macro
/original-bsd/usr.bin/pascal/px/
H A Dvars.h62 #define FILNIL ((struct iorec *)(0)) macro
H A Dinterp.c55 FILNIL, /* fchain */
169 for (ip = &_actfile[3]; ip < &_actfile[MAXFILES]; *ip++ = FILNIL)