#include "setup.h"#include "argacces.h"#include "bload.h"#include "cstrnbin.h"#include "envrnmnt.h"#include "exprnpsr.h"#include "memalloc.h"#include "moduldef.h"#include "router.h"#include "symblbin.h"#include "bsave.h"

Go to the source code of this file.
Defines | |
| #define | _BSAVE_SOURCE_ |
Functions | |
| globle void | InitializeBsaveData (void *theEnv) |
| globle int | BsaveCommand (void *theEnv) |
| globle intBool | EnvBsave (void *theEnv, char *fileName) |
| globle void | SaveBloadCount (void *theEnv, long cnt) |
| globle void | RestoreBloadCount (void *theEnv, long *cnt) |
| globle void | MarkNeededItems (void *theEnv, struct expr *testPtr) |
| globle intBool | AddBinaryItem (void *theEnv, char *name, int priority, void(*findFunction)(void *), void(*expressionFunction)(void *, FILE *), void(*bsaveStorageFunction)(void *, FILE *), void(*bsaveFunction)(void *, FILE *), void(*bloadStorageFunction)(void *), void(*bloadFunction)(void *), void(*clearFunction)(void *)) |
| globle intBool AddBinaryItem | ( | void * | theEnv, | |
| char * | name, | |||
| int | priority, | |||
| void(*)(void *) | findFunction, | |||
| void(*)(void *, FILE *) | expressionFunction, | |||
| void(*)(void *, FILE *) | bsaveStorageFunction, | |||
| void(*)(void *, FILE *) | bsaveFunction, | |||
| void(*)(void *) | bloadStorageFunction, | |||
| void(*)(void *) | bloadFunction, | |||
| void(*)(void *) | clearFunction | |||
| ) |
| globle void MarkNeededItems | ( | void * | theEnv, | |
| struct expr * | testPtr | |||
| ) |
1.5.6