src/clipsrules/core/defins.c File Reference
#include "setup.h"
#include "bload.h"
#include "dfinsbin.h"
#include "dfinscmp.h"
#include "argacces.h"
#include "classcom.h"
#include "classfun.h"
#include "cstrccom.h"
#include "cstrcpsr.h"
#include "constant.h"
#include "constrct.h"
#include "envrnmnt.h"
#include "evaluatn.h"
#include "extnfunc.h"
#include "insfun.h"
#include "inspsr.h"
#include "memalloc.h"
#include "modulpsr.h"
#include "router.h"
#include "scanner.h"
#include "symbol.h"
#include "utility.h"
#include "defins.h"
Go to the source code of this file.
Define Documentation
| #define ACTIVE_RLN "active" |
Function Documentation
| globle void* EnvFindDefinstances |
( |
void * |
theEnv, |
|
|
char * |
name | |
|
) |
| | |
| globle void EnvGetDefinstancesList |
( |
void * |
theEnv, |
|
|
DATA_OBJECT * |
returnValue, |
|
|
struct defmodule * |
theModule | |
|
) |
| | |
| globle void* EnvGetNextDefinstances |
( |
void * |
theEnv, |
|
|
void * |
ptr | |
|
) |
| | |
| globle int EnvIsDefinstancesDeletable |
( |
void * |
theEnv, |
|
|
void * |
ptr | |
|
) |
| | |
| globle void EnvListDefinstances |
( |
void * |
theEnv, |
|
|
char * |
logicalName, |
|
|
struct defmodule * |
theModule | |
|
) |
| | |
| globle intBool EnvUndefinstances |
( |
void * |
theEnv, |
|
|
void * |
vptr | |
|
) |
| | |
| globle void GetDefinstancesListFunction |
( |
void * |
theEnv, |
|
|
DATA_OBJECT * |
returnValue | |
|
) |
| | |
| globle void* GetDefinstancesModuleCommand |
( |
void * |
theEnv |
) |
|
| globle void ListDefinstancesCommand |
( |
void * |
theEnv |
) |
|
| globle void PPDefinstancesCommand |
( |
void * |
theEnv |
) |
|
| globle void SetupDefinstances |
( |
void * |
theEnv |
) |
|
| globle void UndefinstancesCommand |
( |
void * |
theEnv |
) |
|