#include "setup.h"#include <stdio.h>#include "memalloc.h"#include "dffctdef.h"#include "moduldef.h"#include "constrct.h"#include "extnfunc.h"#include "bload.h"#include "bsave.h"#include "envrnmnt.h"#include "network.h"#include "genrcbin.h"#include "dffnxbin.h"#include "tmpltbin.h"#include "globlbin.h"#include "objbin.h"#include "insfun.h"#include "inscom.h"#include "exprnbin.h"

Go to the source code of this file.
Defines | |
| #define | _EXPRNBIN_SOURCE_ |
| #define | _STDIO_INCLUDED_ |
Functions | |
| globle void | AllocateExpressions (void *theEnv) |
| globle void | RefreshExpressions (void *theEnv) |
| globle void | ClearBloadedExpressions (void *theEnv) |
| globle void | FindHashedExpressions (void *theEnv) |
| globle void | BsaveHashedExpressions (void *theEnv, FILE *fp) |
| globle void | BsaveConstructExpressions (void *theEnv, FILE *fp) |
| globle void | BsaveExpression (void *theEnv, struct expr *testPtr, FILE *fp) |
| #define _EXPRNBIN_SOURCE_ |
Definition at line 23 of file exprnbin.c.
| #define _STDIO_INCLUDED_ |
Definition at line 30 of file exprnbin.c.
| globle void AllocateExpressions | ( | void * | theEnv | ) |
Definition at line 80 of file exprnbin.c.
| globle void BsaveConstructExpressions | ( | void * | theEnv, | |
| FILE * | fp | |||
| ) |
Definition at line 358 of file exprnbin.c.
| globle void BsaveExpression | ( | void * | theEnv, | |
| struct expr * | testPtr, | |||
| FILE * | fp | |||
| ) |
Definition at line 377 of file exprnbin.c.
| globle void BsaveHashedExpressions | ( | void * | theEnv, | |
| FILE * | fp | |||
| ) |
Definition at line 342 of file exprnbin.c.
| globle void ClearBloadedExpressions | ( | void * | theEnv | ) |
Definition at line 246 of file exprnbin.c.
| globle void FindHashedExpressions | ( | void * | theEnv | ) |
Definition at line 319 of file exprnbin.c.
| globle void RefreshExpressions | ( | void * | theEnv | ) |
Definition at line 99 of file exprnbin.c.
1.5.6