#include "setup.h"#include <stdio.h>#include "conscomp.h"#include "factcmp.h"#include "cstrncmp.h"#include "tmpltdef.h"#include "envrnmnt.h"#include "tmpltcmp.h"

Go to the source code of this file.
Defines | |
| #define | _TMPLTCMP_SOURCE_ |
| #define | SlotPrefix() ArbitraryPrefix(DeftemplateData(theEnv)->DeftemplateCodeItem,2) |
| #define | _STDIO_INCLUDED_ |
Functions | |
| globle void | DeftemplateCompilerSetup (void *theEnv) |
| globle void | DeftemplateCModuleReference (void *theEnv, FILE *theFile, int count, int imageID, int maxIndices) |
| globle void | DeftemplateCConstructReference (void *theEnv, FILE *theFile, void *vTheTemplate, int imageID, int maxIndices) |
| #define _STDIO_INCLUDED_ |
Definition at line 34 of file tmpltcmp.c.
| #define _TMPLTCMP_SOURCE_ |
Definition at line 25 of file tmpltcmp.c.
| #define SlotPrefix | ( | ) | ArbitraryPrefix(DeftemplateData(theEnv)->DeftemplateCodeItem,2) |
Definition at line 31 of file tmpltcmp.c.
| globle void DeftemplateCConstructReference | ( | void * | theEnv, | |
| FILE * | theFile, | |||
| void * | vTheTemplate, | |||
| int | imageID, | |||
| int | maxIndices | |||
| ) |
Definition at line 389 of file tmpltcmp.c.
| globle void DeftemplateCModuleReference | ( | void * | theEnv, | |
| FILE * | theFile, | |||
| int | count, | |||
| int | imageID, | |||
| int | maxIndices | |||
| ) |
Definition at line 372 of file tmpltcmp.c.
| globle void DeftemplateCompilerSetup | ( | void * | theEnv | ) |
Definition at line 60 of file tmpltcmp.c.
1.5.6