#include "evaluatn.h"


Go to the source code of this file.
Defines | |
| #define | LOCALE extern |
| #define | GetDeffactsList(a, b) EnvGetDeffactsList(GetCurrentEnvironment(),a,b) |
| #define | ListDeffacts(a, b) EnvListDeffacts(GetCurrentEnvironment(),a,b) |
| #define | Undeffacts(a) EnvUndeffacts(GetCurrentEnvironment(),a) |
Functions | |
| LOCALE void | DeffactsBasicCommands (void *) |
| LOCALE void | UndeffactsCommand (void *) |
| LOCALE intBool | EnvUndeffacts (void *, void *) |
| LOCALE void | GetDeffactsListFunction (void *, DATA_OBJECT_PTR) |
| LOCALE void | EnvGetDeffactsList (void *, DATA_OBJECT_PTR, void *) |
| LOCALE void * | DeffactsModuleFunction (void *) |
| LOCALE void | PPDeffactsCommand (void *) |
| LOCALE int | PPDeffacts (void *, char *, char *) |
| LOCALE void | ListDeffactsCommand (void *) |
| LOCALE void | EnvListDeffacts (void *, char *, void *) |
| #define GetDeffactsList | ( | a, | |||
| b | ) | EnvGetDeffactsList(GetCurrentEnvironment(),a,b) |
Definition at line 45 of file dffctbsc.h.
| #define ListDeffacts | ( | a, | |||
| b | ) | EnvListDeffacts(GetCurrentEnvironment(),a,b) |
Definition at line 46 of file dffctbsc.h.
| #define LOCALE extern |
Definition at line 42 of file dffctbsc.h.
| #define Undeffacts | ( | a | ) | EnvUndeffacts(GetCurrentEnvironment(),a) |
Definition at line 47 of file dffctbsc.h.
| LOCALE void DeffactsBasicCommands | ( | void * | ) |
Definition at line 72 of file dffctbsc.c.
| LOCALE void* DeffactsModuleFunction | ( | void * | ) |
Definition at line 244 of file dffctbsc.c.
| LOCALE void EnvGetDeffactsList | ( | void * | , | |
| DATA_OBJECT_PTR | , | |||
| void * | ||||
| ) |
Definition at line 232 of file dffctbsc.c.
| LOCALE void EnvListDeffacts | ( | void * | , | |
| char * | , | |||
| void * | ||||
| ) |
Definition at line 288 of file dffctbsc.c.
| LOCALE intBool EnvUndeffacts | ( | void * | , | |
| void * | ||||
| ) |
Definition at line 210 of file dffctbsc.c.
| LOCALE void GetDeffactsListFunction | ( | void * | , | |
| DATA_OBJECT_PTR | ||||
| ) |
Definition at line 221 of file dffctbsc.c.
| LOCALE void ListDeffactsCommand | ( | void * | ) |
Definition at line 278 of file dffctbsc.c.
| LOCALE int PPDeffacts | ( | void * | , | |
| char * | , | |||
| char * | ||||
| ) |
Definition at line 266 of file dffctbsc.c.
| LOCALE void PPDeffactsCommand | ( | void * | ) |
Definition at line 256 of file dffctbsc.c.
| LOCALE void UndeffactsCommand | ( | void * | ) |
Definition at line 200 of file dffctbsc.c.
1.5.6