Home
last modified time | relevance | path

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

/dports/math/form/form-4.2.1/sources/
H A Dftypes.h67 #define REVERSEFILESTREAM 9 macro
H A Dtools.c298 case REVERSEFILESTREAM: in OpenStream()
322 if ( type == REVERSEFILESTREAM ) { in OpenStream()
609 if ( stream->type == FILESTREAM || stream->type == REVERSEFILESTREAM ) { in CloseStream()
H A Dpre.c2240 int DoReverseInclude(UBYTE *s) { return(Include(s,REVERSEFILESTREAM)); } in DoReverseInclude()
6880 …if ( AC.CurrentStream->type != FILESTREAM && AC.CurrentStream->type != REVERSEFILESTREAM ) goto Fi… in DoAddPath()