#include "constrnt.h"#include "evaluatn.h"#include <stdio.h>


Go to the source code of this file.
Defines | |
| #define | LOCALE extern |
| #define | ConstraintIndex(theConstraint) (((! EnvGetDynamicConstraintChecking(theEnv)) || (theConstraint == NULL)) ? -1L : ((long) theConstraint->bsaveIndex)) |
| #define | ConstraintPointer(i) (((i) == -1L) ? NULL : (CONSTRAINT_RECORD *) &ConstraintData(theEnv)->ConstraintArray[i]) |
Functions | |
| LOCALE void | ReadNeededConstraints (void *) |
| LOCALE void | ClearBloadedConstraints (void *) |
| #define ConstraintIndex | ( | theConstraint | ) | (((! EnvGetDynamicConstraintChecking(theEnv)) || (theConstraint == NULL)) ? -1L : ((long) theConstraint->bsaveIndex)) |
Definition at line 47 of file cstrnbin.h.
| #define ConstraintPointer | ( | i | ) | (((i) == -1L) ? NULL : (CONSTRAINT_RECORD *) &ConstraintData(theEnv)->ConstraintArray[i]) |
Definition at line 48 of file cstrnbin.h.
| #define LOCALE extern |
Definition at line 39 of file cstrnbin.h.
| LOCALE void ClearBloadedConstraints | ( | void * | ) |
Definition at line 257 of file cstrnbin.c.
| LOCALE void ReadNeededConstraints | ( | void * | ) |
Definition at line 195 of file cstrnbin.c.
1.5.6