#include <stdio.h>#include "setup.h"#include "drive.h"#include "engine.h"#include "envrnmnt.h"#include "extnfunc.h"#include "factgen.h"#include "factrete.h"#include "incrrset.h"#include "memalloc.h"#include "reteutil.h"#include "router.h"#include "sysdep.h"#include "tmpltdef.h"#include "factmch.h"

Go to the source code of this file.
Defines | |
| #define | _FACTMCH_SOURCE_ |
| #define | _STDIO_INCLUDED_ |
Functions | |
| globle void | FactPatternMatch (void *theEnv, struct fact *theFact, struct factPatternNode *patternPtr, int offset, struct multifieldMarker *markers, struct multifieldMarker *endMark) |
| globle void | MarkFactPatternForIncrementalReset (void *theEnv, struct patternNodeHeader *thePattern, int value) |
| globle void | FactsIncrementalReset (void *theEnv) |
| globle void FactPatternMatch | ( | void * | theEnv, | |
| struct fact * | theFact, | |||
| struct factPatternNode * | patternPtr, | |||
| int | offset, | |||
| struct multifieldMarker * | markers, | |||
| struct multifieldMarker * | endMark | |||
| ) |
| globle void MarkFactPatternForIncrementalReset | ( | void * | theEnv, | |
| struct patternNodeHeader * | thePattern, | |||
| int | value | |||
| ) |
1.5.6