Home
last modified time | relevance | path

Searched defs:entityRecord (Results 1 – 2 of 2) sorted by relevance

/dports/lang/clips/clips_core_source_630/core/
H A Devaluatn.h84 struct entityRecord struct
86 const char *name;
87 unsigned int type : 13;
88 unsigned int copyToEvaluate : 1;
89 unsigned int bitMap : 1;
90 unsigned int addsToRuleComplexity : 1;
91 void (*shortPrintFunction)(void *,const char *,void *);
115 typedef struct entityRecord ENTITY_RECORD; argument
/dports/lang/seed7/seed7/src/
H A Ddata.h188 } entityRecord; typedef