
Go to the source code of this file.
Defines | |
| #define | LOCALE extern |
Functions | |
| LOCALE void | PredicateFunctionDefinitions (void *) |
| LOCALE intBool | EqFunction (void *) |
| LOCALE intBool | NeqFunction (void *) |
| LOCALE intBool | StringpFunction (void *) |
| LOCALE intBool | SymbolpFunction (void *) |
| LOCALE intBool | LexemepFunction (void *) |
| LOCALE intBool | NumberpFunction (void *) |
| LOCALE intBool | FloatpFunction (void *) |
| LOCALE intBool | IntegerpFunction (void *) |
| LOCALE intBool | MultifieldpFunction (void *) |
| LOCALE intBool | PointerpFunction (void *) |
| LOCALE intBool | NotFunction (void *) |
| LOCALE intBool | AndFunction (void *) |
| LOCALE intBool | OrFunction (void *) |
| LOCALE intBool | LessThanOrEqualFunction (void *) |
| LOCALE intBool | GreaterThanOrEqualFunction (void *) |
| LOCALE intBool | LessThanFunction (void *) |
| LOCALE intBool | GreaterThanFunction (void *) |
| LOCALE intBool | NumericEqualFunction (void *) |
| LOCALE intBool | NumericNotEqualFunction (void *) |
| LOCALE intBool | OddpFunction (void *) |
| LOCALE intBool | EvenpFunction (void *) |
| #define LOCALE extern |
Definition at line 34 of file prdctfun.h.
| LOCALE intBool AndFunction | ( | void * | ) |
Definition at line 372 of file prdctfun.c.
| LOCALE intBool EqFunction | ( | void * | ) |
Definition at line 89 of file prdctfun.c.
| LOCALE intBool EvenpFunction | ( | void * | ) |
Definition at line 849 of file prdctfun.c.
| LOCALE intBool FloatpFunction | ( | void * | ) |
Definition at line 278 of file prdctfun.c.
| LOCALE intBool GreaterThanFunction | ( | void * | ) |
Definition at line 625 of file prdctfun.c.
| LOCALE intBool GreaterThanOrEqualFunction | ( | void * | ) |
Definition at line 486 of file prdctfun.c.
| LOCALE intBool IntegerpFunction | ( | void * | ) |
Definition at line 297 of file prdctfun.c.
| LOCALE intBool LessThanFunction | ( | void * | ) |
Definition at line 555 of file prdctfun.c.
| LOCALE intBool LessThanOrEqualFunction | ( | void * | ) |
Definition at line 417 of file prdctfun.c.
| LOCALE intBool LexemepFunction | ( | void * | ) |
Definition at line 240 of file prdctfun.c.
| LOCALE intBool MultifieldpFunction | ( | void * | ) |
Definition at line 315 of file prdctfun.c.
| LOCALE intBool NeqFunction | ( | void * | ) |
Definition at line 147 of file prdctfun.c.
| LOCALE intBool NotFunction | ( | void * | ) |
Definition at line 351 of file prdctfun.c.
| LOCALE intBool NumberpFunction | ( | void * | ) |
Definition at line 259 of file prdctfun.c.
| LOCALE intBool NumericEqualFunction | ( | void * | ) |
Definition at line 695 of file prdctfun.c.
| LOCALE intBool NumericNotEqualFunction | ( | void * | ) |
Definition at line 762 of file prdctfun.c.
| LOCALE intBool OddpFunction | ( | void * | ) |
Definition at line 828 of file prdctfun.c.
| LOCALE intBool OrFunction | ( | void * | ) |
Definition at line 394 of file prdctfun.c.
| LOCALE intBool PointerpFunction | ( | void * | ) |
Definition at line 333 of file prdctfun.c.
| LOCALE void PredicateFunctionDefinitions | ( | void * | ) |
Definition at line 47 of file prdctfun.c.
| LOCALE intBool StringpFunction | ( | void * | ) |
Definition at line 202 of file prdctfun.c.
| LOCALE intBool SymbolpFunction | ( | void * | ) |
Definition at line 221 of file prdctfun.c.
1.5.6