Searched refs:LispNode (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/glteapot/
H A Dutil.h14 struct LispNode { struct
16 LispNode* cdr;
19 inline LispNode(contents* value) function in struct:LispNode
23 inline LispNode(contents* value, LispNode* next) function in struct:LispNode
27 inline LispNode(LispNode* prev, contents* value) function in struct:LispNode
34 LispNode<contents> *first;
45 inline LispList(LispNode<contents>* _first)
68 for (LispNode<content
[all...]

Completed in 85 milliseconds