src/clipsrules/core/factprt.c File Reference
#include <stdio.h>
#include "setup.h"
#include "envrnmnt.h"
#include "symbol.h"
#include "router.h"
#include "factgen.h"
#include "factprt.h"
Go to the source code of this file.
|
Defines |
| #define | _FACTPRT_SOURCE_ |
| #define | _STDIO_INCLUDED_ |
Functions |
| globle void | PrintFactJNCompVars1 (void *theEnv, char *logicalName, void *theValue) |
| globle void | PrintFactJNCompVars2 (void *theEnv, char *logicalName, void *theValue) |
| globle void | PrintFactPNCompVars1 (void *theEnv, char *logicalName, void *theValue) |
| globle void | PrintFactSlotLength (void *theEnv, char *logicalName, void *theValue) |
| globle void | PrintFactJNGetVar1 (void *theEnv, char *logicalName, void *theValue) |
| globle void | PrintFactJNGetVar2 (void *theEnv, char *logicalName, void *theValue) |
| globle void | PrintFactJNGetVar3 (void *theEnv, char *logicalName, void *theValue) |
| globle void | PrintFactPNGetVar1 (void *theEnv, char *logicalName, void *theValue) |
| globle void | PrintFactPNGetVar2 (void *theEnv, char *logicalName, void *theValue) |
| globle void | PrintFactPNGetVar3 (void *theEnv, char *logicalName, void *theValue) |
| globle void | PrintFactPNConstant1 (void *theEnv, char *logicalName, void *theValue) |
| globle void | PrintFactPNConstant2 (void *theEnv, char *logicalName, void *theValue) |
Define Documentation
Function Documentation
| globle void PrintFactJNCompVars1 |
( |
void * |
theEnv, |
|
|
char * |
logicalName, |
|
|
void * |
theValue | |
|
) |
| | |
| globle void PrintFactJNCompVars2 |
( |
void * |
theEnv, |
|
|
char * |
logicalName, |
|
|
void * |
theValue | |
|
) |
| | |
| globle void PrintFactJNGetVar1 |
( |
void * |
theEnv, |
|
|
char * |
logicalName, |
|
|
void * |
theValue | |
|
) |
| | |
| globle void PrintFactJNGetVar2 |
( |
void * |
theEnv, |
|
|
char * |
logicalName, |
|
|
void * |
theValue | |
|
) |
| | |
| globle void PrintFactJNGetVar3 |
( |
void * |
theEnv, |
|
|
char * |
logicalName, |
|
|
void * |
theValue | |
|
) |
| | |
| globle void PrintFactPNCompVars1 |
( |
void * |
theEnv, |
|
|
char * |
logicalName, |
|
|
void * |
theValue | |
|
) |
| | |
| globle void PrintFactPNConstant1 |
( |
void * |
theEnv, |
|
|
char * |
logicalName, |
|
|
void * |
theValue | |
|
) |
| | |
| globle void PrintFactPNConstant2 |
( |
void * |
theEnv, |
|
|
char * |
logicalName, |
|
|
void * |
theValue | |
|
) |
| | |
| globle void PrintFactPNGetVar1 |
( |
void * |
theEnv, |
|
|
char * |
logicalName, |
|
|
void * |
theValue | |
|
) |
| | |
| globle void PrintFactPNGetVar2 |
( |
void * |
theEnv, |
|
|
char * |
logicalName, |
|
|
void * |
theValue | |
|
) |
| | |
| globle void PrintFactPNGetVar3 |
( |
void * |
theEnv, |
|
|
char * |
logicalName, |
|
|
void * |
theValue | |
|
) |
| | |
| globle void PrintFactSlotLength |
( |
void * |
theEnv, |
|
|
char * |
logicalName, |
|
|
void * |
theValue | |
|
) |
| | |