Home
last modified time | relevance | path

Searched refs:DEFTEMPLATE_DATA (Results 1 – 2 of 2) sorted by relevance

/dports/lang/clips/clips_core_source_630/core/
H A Dtmpltdef.h117 #define DEFTEMPLATE_DATA 5 macro
135 …ne DeftemplateData(theEnv) ((struct deftemplateData *) GetEnvironmentData(theEnv,DEFTEMPLATE_DATA))
H A Dtmpltdef.c116 …AllocateEnvironmentData(theEnv,DEFTEMPLATE_DATA,sizeof(struct deftemplateData),DeallocateDeftempla… in InitializeDeftemplates()