#include "evaluatn.h"


Go to the source code of this file.
Defines | |
| #define | LOCALE extern |
Functions | |
| LOCALE int | EnvBuild (void *, char *) |
| LOCALE int | EnvEval (void *, char *, DATA_OBJECT_PTR) |
| LOCALE void | StringFunctionDefinitions (void *) |
| LOCALE void | StrCatFunction (void *, DATA_OBJECT_PTR) |
| LOCALE void | SymCatFunction (void *, DATA_OBJECT_PTR) |
| LOCALE long long | StrLengthFunction (void *) |
| LOCALE void | UpcaseFunction (void *, DATA_OBJECT_PTR) |
| LOCALE void | LowcaseFunction (void *, DATA_OBJECT_PTR) |
| LOCALE long long | StrCompareFunction (void *) |
| LOCALE void * | SubStringFunction (void *) |
| LOCALE void | StrIndexFunction (void *, DATA_OBJECT_PTR) |
| LOCALE void | EvalFunction (void *, DATA_OBJECT_PTR) |
| LOCALE int | BuildFunction (void *) |
| LOCALE void | StringToFieldFunction (void *, DATA_OBJECT *) |
| LOCALE void | StringToField (void *, char *, DATA_OBJECT *) |
| #define LOCALE extern |
Definition at line 36 of file strngfun.h.
| LOCALE int BuildFunction | ( | void * | ) |
Definition at line 916 of file strngfun.c.
| LOCALE int EnvBuild | ( | void * | , | |
| char * | ||||
| ) |
Definition at line 957 of file strngfun.c.
| LOCALE int EnvEval | ( | void * | , | |
| char * | , | |||
| DATA_OBJECT_PTR | ||||
| ) |
Definition at line 743 of file strngfun.c.
| LOCALE void EvalFunction | ( | void * | , | |
| DATA_OBJECT_PTR | ||||
| ) |
Definition at line 691 of file strngfun.c.
| LOCALE void LowcaseFunction | ( | void * | , | |
| DATA_OBJECT_PTR | ||||
| ) |
Definition at line 344 of file strngfun.c.
| LOCALE void StrCatFunction | ( | void * | , | |
| DATA_OBJECT_PTR | ||||
| ) |
Definition at line 97 of file strngfun.c.
| LOCALE long long StrCompareFunction | ( | void * | ) |
Definition at line 407 of file strngfun.c.
| LOCALE void StrIndexFunction | ( | void * | , | |
| DATA_OBJECT_PTR | ||||
| ) |
Definition at line 546 of file strngfun.c.
| LOCALE void StringFunctionDefinitions | ( | void * | ) |
Definition at line 71 of file strngfun.c.
| LOCALE void StringToField | ( | void * | , | |
| char * | , | |||
| DATA_OBJECT * | ||||
| ) |
Definition at line 641 of file strngfun.c.
| LOCALE void StringToFieldFunction | ( | void * | , | |
| DATA_OBJECT * | ||||
| ) |
Definition at line 603 of file strngfun.c.
| LOCALE long long StrLengthFunction | ( | void * | ) |
Definition at line 251 of file strngfun.c.
| LOCALE void* SubStringFunction | ( | void * | ) |
Definition at line 463 of file strngfun.c.
| LOCALE void SymCatFunction | ( | void * | , | |
| DATA_OBJECT_PTR | ||||
| ) |
Definition at line 108 of file strngfun.c.
| LOCALE void UpcaseFunction | ( | void * | , | |
| DATA_OBJECT_PTR | ||||
| ) |
Definition at line 281 of file strngfun.c.
1.5.6