#include "setup.h"#include <stdio.h>#include <string.h>#include "envrnmnt.h"#include "argacces.h"#include "memalloc.h"#include "scanner.h"#include "router.h"#include "extnfunc.h"#include "constrct.h"#include "cstrccom.h"#include "factrhs.h"#include "tmpltdef.h"#include "cstrcpsr.h"#include "dffctpsr.h"#include "dffctdef.h"#include "dffctbin.h"#include "dffctcmp.h"#include "dffctbsc.h"

Go to the source code of this file.
Defines | |
| #define | _DFFCTBSC_SOURCE_ |
| #define | _STDIO_INCLUDED_ |
Functions | |
| globle void | DeffactsBasicCommands (void *theEnv) |
| globle void | UndeffactsCommand (void *theEnv) |
| globle intBool | EnvUndeffacts (void *theEnv, void *theDeffacts) |
| globle void | GetDeffactsListFunction (void *theEnv, DATA_OBJECT_PTR returnValue) |
| globle void | EnvGetDeffactsList (void *theEnv, DATA_OBJECT_PTR returnValue, void *theModule) |
| globle void * | DeffactsModuleFunction (void *theEnv) |
| globle void | PPDeffactsCommand (void *theEnv) |
| globle int | PPDeffacts (void *theEnv, char *deffactsName, char *logicalName) |
| globle void | ListDeffactsCommand (void *theEnv) |
| globle void | EnvListDeffacts (void *theEnv, char *logicalName, void *theModule) |
| #define _DFFCTBSC_SOURCE_ |
Definition at line 28 of file dffctbsc.c.
| #define _STDIO_INCLUDED_ |
Definition at line 35 of file dffctbsc.c.
| globle void DeffactsBasicCommands | ( | void * | theEnv | ) |
Definition at line 72 of file dffctbsc.c.
| globle void* DeffactsModuleFunction | ( | void * | theEnv | ) |
Definition at line 244 of file dffctbsc.c.
| globle void EnvGetDeffactsList | ( | void * | theEnv, | |
| DATA_OBJECT_PTR | returnValue, | |||
| void * | theModule | |||
| ) |
Definition at line 232 of file dffctbsc.c.
| globle void EnvListDeffacts | ( | void * | theEnv, | |
| char * | logicalName, | |||
| void * | theModule | |||
| ) |
Definition at line 288 of file dffctbsc.c.
| globle intBool EnvUndeffacts | ( | void * | theEnv, | |
| void * | theDeffacts | |||
| ) |
Definition at line 210 of file dffctbsc.c.
| globle void GetDeffactsListFunction | ( | void * | theEnv, | |
| DATA_OBJECT_PTR | returnValue | |||
| ) |
Definition at line 221 of file dffctbsc.c.
| globle void ListDeffactsCommand | ( | void * | theEnv | ) |
Definition at line 278 of file dffctbsc.c.
| globle int PPDeffacts | ( | void * | theEnv, | |
| char * | deffactsName, | |||
| char * | logicalName | |||
| ) |
Definition at line 266 of file dffctbsc.c.
| globle void PPDeffactsCommand | ( | void * | theEnv | ) |
Definition at line 256 of file dffctbsc.c.
| globle void UndeffactsCommand | ( | void * | theEnv | ) |
Definition at line 200 of file dffctbsc.c.
1.5.6