src/clipsrules/core/miscfun.c File Reference
#include <stdio.h>
#include <string.h>
#include "setup.h"
#include "argacces.h"
#include "envrnmnt.h"
#include "exprnpsr.h"
#include "memalloc.h"
#include "multifld.h"
#include "router.h"
#include "sysdep.h"
#include "utility.h"
#include "dffnxfun.h"
#include "miscfun.h"
Go to the source code of this file.
Define Documentation
| #define MiscFunctionData |
( |
theEnv |
|
) |
((struct miscFunctionData *) GetEnvironmentData(theEnv,MISCFUN_DATA)) |
Function Documentation
| globle void AproposCommand |
( |
void * |
theEnv |
) |
|
| globle void CallFunction |
( |
void * |
theEnv, |
|
|
DATA_OBJECT * |
returnValue | |
|
) |
| | |
| globle void* CauseEvaluationError |
( |
void * |
theEnv |
) |
|
| globle void ConserveMemCommand |
( |
void * |
theEnv |
) |
|
| globle void DummyExpandFuncMultifield |
( |
void * |
theEnv, |
|
|
DATA_OBJECT * |
result | |
|
) |
| | |
| globle void ExpandFuncCall |
( |
void * |
theEnv, |
|
|
DATA_OBJECT * |
result | |
|
) |
| | |
| globle void FuncallFunction |
( |
void * |
theEnv, |
|
|
DATA_OBJECT * |
returnValue | |
|
) |
| | |
| globle void* GensymFunction |
( |
void * |
theEnv |
) |
|
| globle void* GensymStar |
( |
void * |
theEnv |
) |
|
| globle void* GensymStarFunction |
( |
void * |
theEnv |
) |
|
| globle void GetFunctionListFunction |
( |
void * |
theEnv, |
|
|
DATA_OBJECT * |
returnValue | |
|
) |
| | |
| globle void* GetFunctionRestrictions |
( |
void * |
theEnv |
) |
|
| globle long long LengthFunction |
( |
void * |
theEnv |
) |
|
| globle long long MemRequestsCommand |
( |
void * |
theEnv |
) |
|
| globle long long MemUsedCommand |
( |
void * |
theEnv |
) |
|
| globle void MiscFunctionDefinitions |
( |
void * |
theEnv |
) |
|
| globle void NewFunction |
( |
void * |
theEnv, |
|
|
DATA_OBJECT * |
returnValue | |
|
) |
| | |
| globle void* OperatingSystemFunction |
( |
void * |
theEnv |
) |
|
| globle void OptionsCommand |
( |
void * |
theEnv |
) |
|
| globle long long RandomFunction |
( |
void * |
theEnv |
) |
|
| globle long long ReleaseMemCommand |
( |
void * |
theEnv |
) |
|
| globle void SeedFunction |
( |
void * |
theEnv |
) |
|
| globle long long SetgenFunction |
( |
void * |
theEnv |
) |
|
| globle intBool SetSORCommand |
( |
void * |
theEnv |
) |
|
| globle double TimeFunction |
( |
void * |
theEnv |
) |
|
| globle double TimerFunction |
( |
void * |
theEnv |
) |
|