src/clipsrules/core/filecom.h File Reference
Go to the source code of this file.
|
Defines |
| #define | LOCALE extern |
| #define | DribbleActive() EnvDribbleActive(GetCurrentEnvironment()) |
| #define | DribbleOn(a) EnvDribbleOn(GetCurrentEnvironment(),a) |
| #define | DribbleOff() EnvDribbleOff(GetCurrentEnvironment()) |
| #define | BatchStar(a) EnvBatchStar(GetCurrentEnvironment(),a) |
Functions |
| LOCALE void | FileCommandDefinitions (void *) |
| LOCALE intBool | EnvDribbleOn (void *, char *) |
| LOCALE intBool | EnvDribbleActive (void *) |
| LOCALE intBool | EnvDribbleOff (void *) |
| LOCALE void | SetDribbleStatusFunction (void *, int(*)(void *, int)) |
| LOCALE int | LLGetcBatch (void *, char *, int) |
| LOCALE int | Batch (void *, char *) |
| LOCALE int | OpenBatch (void *, char *, int) |
| LOCALE int | OpenStringBatch (void *, char *, char *, int) |
| LOCALE int | RemoveBatch (void *) |
| LOCALE intBool | BatchActive (void *) |
| LOCALE void | CloseAllBatchSources (void *) |
| LOCALE int | BatchCommand (void *) |
| LOCALE int | BatchStarCommand (void *) |
| LOCALE int | EnvBatchStar (void *, char *) |
| LOCALE int | LoadCommand (void *) |
| LOCALE int | LoadStarCommand (void *) |
| LOCALE int | SaveCommand (void *) |
| LOCALE int | DribbleOnCommand (void *) |
| LOCALE int | DribbleOffCommand (void *) |
Define Documentation
| #define BatchStar |
( |
a |
|
) |
EnvBatchStar(GetCurrentEnvironment(),a) |
| #define DribbleActive |
( |
|
) |
EnvDribbleActive(GetCurrentEnvironment()) |
| #define DribbleOff |
( |
|
) |
EnvDribbleOff(GetCurrentEnvironment()) |
| #define DribbleOn |
( |
a |
|
) |
EnvDribbleOn(GetCurrentEnvironment(),a) |
Function Documentation
| LOCALE int Batch |
( |
void * |
, |
|
|
char * |
| |
|
) |
| | |
| LOCALE intBool BatchActive |
( |
void * |
|
) |
|
| LOCALE int BatchCommand |
( |
void * |
|
) |
|
| LOCALE int BatchStarCommand |
( |
void * |
|
) |
|
| LOCALE void CloseAllBatchSources |
( |
void * |
|
) |
|
| LOCALE int DribbleOffCommand |
( |
void * |
|
) |
|
| LOCALE int DribbleOnCommand |
( |
void * |
|
) |
|
| LOCALE int EnvBatchStar |
( |
void * |
, |
|
|
char * |
| |
|
) |
| | |
| LOCALE intBool EnvDribbleActive |
( |
void * |
|
) |
|
| LOCALE intBool EnvDribbleOff |
( |
void * |
|
) |
|
| LOCALE intBool EnvDribbleOn |
( |
void * |
, |
|
|
char * |
| |
|
) |
| | |
| LOCALE void FileCommandDefinitions |
( |
void * |
|
) |
|
| LOCALE int LLGetcBatch |
( |
void * |
, |
|
|
char * |
, |
|
|
int |
| |
|
) |
| | |
| LOCALE int LoadCommand |
( |
void * |
|
) |
|
| LOCALE int LoadStarCommand |
( |
void * |
|
) |
|
| LOCALE int OpenBatch |
( |
void * |
, |
|
|
char * |
, |
|
|
int |
| |
|
) |
| | |
| LOCALE int OpenStringBatch |
( |
void * |
, |
|
|
char * |
, |
|
|
char * |
, |
|
|
int |
| |
|
) |
| | |
| LOCALE int RemoveBatch |
( |
void * |
|
) |
|
| LOCALE int SaveCommand |
( |
void * |
|
) |
|
| LOCALE void SetDribbleStatusFunction |
( |
void * |
, |
|
|
int(*)(void *, int) |
| |
|
) |
| | |