#include "match.h"


Go to the source code of this file.
Classes | |
| struct | dependency |
Defines | |
| #define | LOCALE extern |
Functions | |
| LOCALE intBool | AddLogicalDependencies (void *, struct patternEntity *, int) |
| LOCALE void | RemoveEntityDependencies (void *, struct patternEntity *) |
| LOCALE void | RemovePMDependencies (void *, struct partialMatch *) |
| LOCALE void | DestroyPMDependencies (void *, struct partialMatch *) |
| LOCALE void | RemoveLogicalSupport (void *, struct partialMatch *) |
| LOCALE void | ForceLogicalRetractions (void *) |
| LOCALE void | Dependencies (void *, struct patternEntity *) |
| LOCALE void | Dependents (void *, struct patternEntity *) |
| LOCALE void | DependenciesCommand (void *) |
| LOCALE void | DependentsCommand (void *) |
| LOCALE void | ReturnEntityDependencies (void *, struct patternEntity *) |
| LOCALE struct partialMatch * | FindLogicalBind (struct joinNode *, struct partialMatch *) |
| #define LOCALE extern |
Definition at line 47 of file lgcldpnd.h.
| LOCALE intBool AddLogicalDependencies | ( | void * | , | |
| struct patternEntity * | , | |||
| int | ||||
| ) |
Definition at line 77 of file lgcldpnd.c.
| LOCALE void Dependencies | ( | void * | , | |
| struct patternEntity * | ||||
| ) |
Definition at line 492 of file lgcldpnd.c.
| LOCALE void DependenciesCommand | ( | void * | ) |
Definition at line 594 of file lgcldpnd.c.
| LOCALE void Dependents | ( | void * | , | |
| struct patternEntity * | ||||
| ) |
Definition at line 527 of file lgcldpnd.c.
| LOCALE void DependentsCommand | ( | void * | ) |
Definition at line 617 of file lgcldpnd.c.
| LOCALE void DestroyPMDependencies | ( | void * | , | |
| struct partialMatch * | ||||
| ) |
Definition at line 326 of file lgcldpnd.c.
| LOCALE struct partialMatch* FindLogicalBind | ( | struct joinNode * | , | |
| struct partialMatch * | ||||
| ) | [read] |
Definition at line 147 of file lgcldpnd.c.
| LOCALE void ForceLogicalRetractions | ( | void * | ) |
Definition at line 435 of file lgcldpnd.c.
| LOCALE void RemoveEntityDependencies | ( | void * | , | |
| struct patternEntity * | ||||
| ) |
Definition at line 178 of file lgcldpnd.c.
| LOCALE void RemoveLogicalSupport | ( | void * | , | |
| struct partialMatch * | ||||
| ) |
Definition at line 355 of file lgcldpnd.c.
| LOCALE void RemovePMDependencies | ( | void * | , | |
| struct partialMatch * | ||||
| ) |
Definition at line 296 of file lgcldpnd.c.
| LOCALE void ReturnEntityDependencies | ( | void * | , | |
| struct patternEntity * | ||||
| ) |
Definition at line 237 of file lgcldpnd.c.
1.5.6