#include "setup.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include "constant.h"#include "constrnt.h"#include "cstrnchk.h"#include "multifld.h"#include "inscom.h"#include "exprnpsr.h"#include "scanner.h"#include "router.h"#include "factmngr.h"#include "cstrnutl.h"#include "envrnmnt.h"#include "default.h"

Go to the source code of this file.
Defines | |
| #define | _DEFAULT_SOURCE_ |
| #define | _STDIO_INCLUDED_ |
Functions | |
| globle void | DeriveDefaultFromConstraints (void *theEnv, CONSTRAINT_RECORD *constraints, DATA_OBJECT *theDefault, int multifield, int garbageMultifield) |
| globle struct expr * | ParseDefault (void *theEnv, char *readSource, int multifield, int dynamic, int evalStatic, int *noneSpecified, int *deriveSpecified, int *error) |
| globle void DeriveDefaultFromConstraints | ( | void * | theEnv, | |
| CONSTRAINT_RECORD * | constraints, | |||
| DATA_OBJECT * | theDefault, | |||
| int | multifield, | |||
| int | garbageMultifield | |||
| ) |
| globle struct expr* ParseDefault | ( | void * | theEnv, | |
| char * | readSource, | |||
| int | multifield, | |||
| int | dynamic, | |||
| int | evalStatic, | |||
| int * | noneSpecified, | |||
| int * | deriveSpecified, | |||
| int * | error | |||
| ) | [read] |
1.5.6