#include "setup.h"#include <stdio.h>#include "memalloc.h"#include "dffctpsr.h"#include "dffctbsc.h"#include "envrnmnt.h"#include "bload.h"#include "dffctbin.h"#include "dffctcmp.h"#include "dffctdef.h"

Go to the source code of this file.
Defines | |
| #define | _DFFCTDEF_SOURCE_ |
| #define | _STDIO_INCLUDED_ |
Functions | |
| globle void | InitializeDeffacts (void *theEnv) |
| globle struct deffactsModule * | GetDeffactsModuleItem (void *theEnv, struct defmodule *theModule) |
| globle void * | EnvFindDeffacts (void *theEnv, char *deffactsName) |
| globle void * | EnvGetNextDeffacts (void *theEnv, void *deffactsPtr) |
| globle intBool | EnvIsDeffactsDeletable (void *theEnv, void *ptr) |
| #define _DFFCTDEF_SOURCE_ |
Definition at line 29 of file dffctdef.c.
| #define _STDIO_INCLUDED_ |
Definition at line 36 of file dffctdef.c.
| globle void* EnvFindDeffacts | ( | void * | theEnv, | |
| char * | deffactsName | |||
| ) |
Definition at line 213 of file dffctdef.c.
| globle void* EnvGetNextDeffacts | ( | void * | theEnv, | |
| void * | deffactsPtr | |||
| ) |
Definition at line 226 of file dffctdef.c.
| globle intBool EnvIsDeffactsDeletable | ( | void * | theEnv, | |
| void * | ptr | |||
| ) |
Definition at line 240 of file dffctdef.c.
| globle struct deffactsModule* GetDeffactsModuleItem | ( | void * | theEnv, | |
| struct defmodule * | theModule | |||
| ) | [read] |
Definition at line 201 of file dffctdef.c.
| globle void InitializeDeffacts | ( | void * | theEnv | ) |
Definition at line 70 of file dffctdef.c.
1.5.6