Home
last modified time | relevance | path

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

/dports/lang/newlisp/newlisp-10.7.5/
H A Dnl-xml-json.c479 return makeElementNode(tagCell, attributes, getCell(CELL_EXPRESSION)); in parseNormalTag()
497 return makeElementNode(tagCell, attributes, childs); in parseNormalTag()
617 CELL * makeElementNode(CELL * tagNode, CELL * attributesNode, CELL * childrenNode) in makeElementNode() function
H A Dprotos.h91 CELL * makeElementNode(CELL * tagNode, CELL * attributesNode, CELL * childrenNode);