Home
last modified time | relevance | path

Searched refs:GCI_nodeinfo (Results 1 – 4 of 4) sorted by relevance

/dports/lang/rexx-regina/regina-rexx-3.9.3/gci/
H A Dgci_prepare.c73 buf = GCI_malloc( w->hidden, sizeof( GCI_nodeinfo ) * new_nodemax ); in resizeNodes()
79 memcpy( buf, ti->nodes, sizeof( GCI_nodeinfo ) * ti->used ); in resizeNodes()
83 ti->nodes = (GCI_nodeinfo *) buf; in resizeNodes()
113 GCI_nodeinfo *n, *h; in walker()
320 GCI_nodeinfo *n; in computePosition()
544 GCI_nodeinfo *n; in dumpNode()
H A Dgci_execute.c59 const GCI_nodeinfo *nodes;
90 const GCI_nodeinfo *nodes;
189 GCI_nodeinfo *n; in assignArgumentsFromParameters()
435 const GCI_nodeinfo *n ) in readTree()
847 const GCI_nodeinfo *n ) in dropStem()
935 const GCI_nodeinfo *n, in fillStem()
1071 const GCI_nodeinfo *n; in setArgumentToStem()
1170 const GCI_nodeinfo *n; in setFunctionReturn()
H A Dgci.h131 } GCI_nodeinfo; typedef
139 GCI_nodeinfo *nodes;
H A Dgci_call.c248 const GCI_nodeinfo *n; in GCI_call()