Home
last modified time | relevance | path

Searched refs:lastFact (Results 1 – 5 of 5) sorted by relevance

/dports/lang/clips/clips_core_source_630/core/
H A Dtmpltdef.h96 struct fact *lastFact; member
H A Dfactmngr.c553 if (theFact == theTemplate->lastFact) in EnvRetract()
554 { theTemplate->lastFact = theFact->previousTemplateFact; } in EnvRetract()
769 theFact->previousTemplateFact = theFact->whichDeftemplate->lastFact; in EnvAssert()
772 if (theFact->whichDeftemplate->lastFact == NULL) in EnvAssert()
775 { theFact->whichDeftemplate->lastFact->nextTemplateFact = theFact; } in EnvAssert()
777 theFact->whichDeftemplate->lastFact = theFact; in EnvAssert()
H A Dtmpltutl.c500 newDeftemplate->lastFact = NULL; in CreateImpliedDeftemplate()
H A Dtmpltbin.c503 theDeftemplate->lastFact = NULL; in UpdateDeftemplate()
H A Dtmpltpsr.c172 newDeftemplate->lastFact = NULL; in ParseDeftemplate()