Home
last modified time | relevance | path

Searched refs:end_node (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dfootnote.c55 #define end_node 1 macro
57 int footnote_style = end_node;
68 footnote_style = end_node; in set_footnote_style()
275 case end_node: in cm_footnote()
324 case end_node: in output_pending_notes()
/netbsd-src/external/gpl2/dtc/dist/tests/
H A Dpylibfdt_tests.py527 sw.end_node()
529 sw.end_node()
530 sw.end_node()
546 sw.end_node()
/netbsd-src/external/gpl2/dtc/dist/pylibfdt/
H A Dlibfdt.i943 def end_node(self):
989 self._fdt.end_node()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dxmethods.py357 end_node = obj['_M_impl']['_M_node'].address
359 while begin_node != end_node:
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dxmethods.py403 end_node = obj['_M_impl']['_M_node'].address
405 while begin_node != end_node:
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__tree65 __root->__parent_ will be referred to below (in comments only) as end_node.
66 end_node->__left_ is an externably accessible lvalue for __root, and can be
67 changed by node insertion and removal (without explicit reference to end_node).
69 All nodes (with the exception of end_node), even the node referred to as
274 // Postcondition: __tree_invariant(end_node->__left_) == true. end_node->__left_
343 // Postcondition: __tree_invariant(end_node->__left_) == true && end_node->__left_
344 // nor any of its children refer to __z. end_node->__left_