#include <stdio.h>#include "setup.h"#include "envrnmnt.h"#include "exprnpsr.h"#include "argacces.h"#include "multifld.h"#include "router.h"#include "prdctfun.h"

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