Home
last modified time | relevance | path

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

/dports/lang/clips/clips_core_source_630/core/
H A Dobjrtmch.c1136 …tch->next = (struct patternMatch *) ObjectReteData(theEnv)->CurrentPatternObject->partialMatchList; in CreateObjectAlphaMatch()
1139 ObjectReteData(theEnv)->CurrentPatternObject->partialMatchList = (void *) newMatch; in CreateObjectAlphaMatch()
1346 if (ins->partialMatchList != NULL) in ObjectRetractAction()
1348 tmpMatch = (struct patternMatch *) ins->partialMatchList; in ObjectRetractAction()
1354 NetworkRetract(theEnv,(struct patternMatch *) ins->partialMatchList); in ObjectRetractAction()
1355 ins->partialMatchList = NULL; in ObjectRetractAction()
1363 tmpMatch = (struct patternMatch *) ins->partialMatchList; in ObjectRetractAction()
1374 ins->partialMatchList = (void *) tmpMatch->next; in ObjectRetractAction()
H A Dobject.h178 void *partialMatchList; member
H A Dobjrtbld.c1265 match_ptr = (struct patternMatch *) ins->partialMatchList; in RemoveObjectPartialMatches()
1277 ins->partialMatchList = (void *) match_ptr->next; in RemoveObjectPartialMatches()
1279 match_ptr = (struct patternMatch *) ins->partialMatchList; in RemoveObjectPartialMatches()
H A Dinsmngr.c695 instance->partialMatchList = NULL; in NewInstance()
H A Dinscom.c254 theMatch = (struct patternMatch *) tmpIPtr->partialMatchList; in DeallocateInstanceData()