Home
last modified time | relevance | path

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

/dports/math/form/form-4.2.1/sources/
H A Dftypes.h87 #define GLOBALMODULE 0 macro
H A Dmodule.c57 ,{"global", (TFUN)0, GLOBALMODULE, 0}
H A Dexecute.c660 if ( ( AS.ExecMode = par ) == GLOBALMODULE ) AS.ExecMode = 0; in DoExecute()
776 if ( par == GLOBALMODULE ) MakeGlobal(); in DoExecute()
H A Dpre.c964 if ( moduletype == GLOBALMODULE ) MakeGlobal(); in PreProcessor()