Home
last modified time | relevance | path

Searched refs:PREREADSTREAM (Results 1 – 4 of 4) sorted by relevance

/dports/math/form/form-4.2.1/sources/
H A Dftypes.h60 #define PREREADSTREAM 2 macro
H A Dtools.c405 case PREREADSTREAM: in OpenStream()
503 if ( type == PREREADSTREAM || type == PREREADSTREAM3 || type == PRECALCSTREAM in OpenStream()
673 …&& stream->type != PREREADSTREAM && stream->type != PREREADSTREAM2 && stream->type != PREREADSTREA… in CloseStream()
H A Dpre.c2953 while ( AC.CurrentStream->type != PREREADSTREAM in DoBreakDo()
3186 else OpenStream(loop->contents,PREREADSTREAM,0,PRENOACTION); in DoEnddo()
H A Dcheckpoint.c680 case PREREADSTREAM: MesPrint("%d == PREREADSTREAM", t->type); break; in print_STREAM()