Home
last modified time | relevance | path

Searched refs:DeftemplateConstruct (Results 1 – 4 of 4) sorted by relevance

/dports/lang/clips/clips_core_source_630/core/
H A Dtmpltbsc.c166 SaveConstruct(theEnv,theModule,logicalName,DeftemplateData(theEnv)->DeftemplateConstruct); in SaveDeftemplates()
176 UndefconstructCommand(theEnv,"undeftemplate",DeftemplateData(theEnv)->DeftemplateConstruct); in UndeftemplateCommand()
187 return(Undefconstruct(theEnv,theDeftemplate,DeftemplateData(theEnv)->DeftemplateConstruct)); in EnvUndeftemplate()
198 …Function(theEnv,"get-deftemplate-list",returnValue,DeftemplateData(theEnv)->DeftemplateConstruct); in GetDeftemplateListFunction()
220 …onstructModuleCommand(theEnv,"deftemplate-module",DeftemplateData(theEnv)->DeftemplateConstruct)); in DeftemplateModuleFunction()
232 PPConstructCommand(theEnv,"ppdeftemplate",DeftemplateData(theEnv)->DeftemplateConstruct); in PPDeftemplateCommand()
244 …rn(PPConstruct(theEnv,deftemplateName,logicalName,DeftemplateData(theEnv)->DeftemplateConstruct)); in PPDeftemplate()
254 ListConstructCommand(theEnv,"list-deftemplates",DeftemplateData(theEnv)->DeftemplateConstruct); in ListDeftemplatesCommand()
266 …ListConstruct(theEnv,DeftemplateData(theEnv)->DeftemplateConstruct,logicalName,(struct defmodule *… in EnvListDeftemplates()
314 …return(ConstructSetWatchAccess(theEnv,DeftemplateData(theEnv)->DeftemplateConstruct,newState,argEx… in DeftemplateWatchAccess()
[all …]
H A Dtmpltdef.c128 DeftemplateData(theEnv)->DeftemplateConstruct = in InitializeDeftemplates()
230 …odule(theEnv,(struct defmoduleItemHeader *) theItem,DeftemplateData(theEnv)->DeftemplateConstruct); in ReturnModule()
254 …ConstructInModuleOrImports(theEnv,deftemplateName,DeftemplateData(theEnv)->DeftemplateConstruct)); in EnvFindDeftemplate()
266 …(FindNamedConstructInModule(theEnv,deftemplateName,DeftemplateData(theEnv)->DeftemplateConstruct)); in EnvFindDeftemplateInModule()
H A Dtmpltdef.h121 struct construct *DeftemplateConstruct; member
H A Dtmpltfun.c1828 LookupConstruct(theEnv,DeftemplateData(theEnv)->DeftemplateConstruct, in UpdateModifyDuplicate()