Searched refs:end_node (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/usr.bin/texinfo/makeinfo/ |
| H A D | footnote.c | 53 #define end_node 1 macro 55 int footnote_style = end_node; 66 footnote_style = end_node; in set_footnote_style() 273 case end_node: in cm_footnote() 322 case end_node: in output_pending_notes()
|
| /openbsd-src/usr.bin/make/ |
| H A D | targ.h | 61 extern GNode *begin_node, *end_node, *interrupt_node, *DEFAULT;
|
| H A D | targ.c | 125 GNode *begin_node, *end_node, *interrupt_node, *DEFAULT; variable 134 end_node = Targ_mk_constant(NODE_END, in Targ_Init()
|
| H A D | main.c | 811 if (!queryFlag && !errored && node_is_real(end_node)) in main() 812 run_node(end_node, &errored, &outOfDate); in main()
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | __tree | 89 __root->__parent_ will be referred to below (in comments only) as end_node. 90 end_node->__left_ is an externably accessible lvalue for __root, and can be 91 changed by node insertion and removal (without explicit reference to end_node). 93 All nodes (with the exception of end_node), even the node referred to as 300 // Postcondition: __tree_invariant(end_node->__left_) == true. end_node->__left_ 369 // Postcondition: __tree_invariant(end_node->__left_) == true && end_node->__left_ 370 // nor any of its children refer to __z. end_node->__left_
|