Home
last modified time | relevance | path

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

/dports/lang/clips/clips_core_source_630/core/
H A Dmoduldef.h175 struct defmoduleData struct
204 #define DefmoduleData(theEnv) ((struct defmoduleData *) GetEnvironmentData(theEnv,DEFMODULE_DATA)) argument
H A Dmoduldef.c84 AllocateEnvironmentData(theEnv,DEFMODULE_DATA,sizeof(struct defmoduleData),NULL); in AllocateDefmoduleGlobals()