#include "setup.h"#include "conscomp.h"#include "envrnmnt.h"#include "dffnxcmp.h"

Go to the source code of this file.
Defines | |
| #define | _DFFNXCMP_SOURCE_ |
Functions | |
| globle void | SetupDeffunctionCompiler (void *theEnv) |
| globle void | PrintDeffunctionReference (void *theEnv, FILE *fp, DEFFUNCTION *dfPtr, int imageID, int maxIndices) |
| globle void | DeffunctionCModuleReference (void *theEnv, FILE *theFile, int count, int imageID, int maxIndices) |
| #define _DFFNXCMP_SOURCE_ |
Definition at line 33 of file dffnxcmp.c.
| globle void DeffunctionCModuleReference | ( | void * | theEnv, | |
| FILE * | theFile, | |||
| int | count, | |||
| int | imageID, | |||
| int | maxIndices | |||
| ) |
Definition at line 113 of file dffnxcmp.c.
| globle void PrintDeffunctionReference | ( | void * | theEnv, | |
| FILE * | fp, | |||
| DEFFUNCTION * | dfPtr, | |||
| int | imageID, | |||
| int | maxIndices | |||
| ) |
Definition at line 85 of file dffnxcmp.c.
| globle void SetupDeffunctionCompiler | ( | void * | theEnv | ) |
Definition at line 63 of file dffnxcmp.c.
1.5.6