Home
last modified time | relevance | path

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

/dports/lang/clips/clips_core_source_630/core/
H A Dsymbol.h105 struct symbolHashNode struct
107 struct symbolHashNode *next; argument
108 long count;
109 unsigned int permanent : 1;
110 unsigned int markedEphemeral : 1;
111 unsigned int neededSymbol : 1;
112 unsigned int bucket : 29;
113 const char *contents;