Searched refs:current_node (Results 1 – 15 of 15) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | observer.c | 130 struct observer_list *current_node = *subject; in generic_observer_detach() local 132 while (current_node != NULL) in generic_observer_detach() 134 if (current_node->observer == observer) in generic_observer_detach() 137 previous_node->next = current_node->next; in generic_observer_detach() 139 *subject = current_node->next; in generic_observer_detach() 140 xfree_observer_list_node (current_node); in generic_observer_detach() 143 previous_node = current_node; in generic_observer_detach() 144 current_node = current_node->next; in generic_observer_detach() 158 struct observer_list *current_node = subject; in generic_observer_notify() local 160 while (current_node != NULL) in generic_observer_notify() [all …]
|
| /openbsd-src/gnu/usr.bin/texinfo/makeinfo/ |
| H A D | footnote.c | 196 if (!current_node || !*current_node) in cm_footnote() 254 current_node, current_footnote_number); in cm_footnote() 259 temp_string = xmalloc (strlen (current_node) in cm_footnote() 262 strcpy (temp_string, current_node); in cm_footnote() 309 char *old_current_node = current_node; in output_pending_notes() 314 COMMAND_PREFIX, current_node, current_node); in output_pending_notes() 316 current_node = old_current_node; in output_pending_notes() 366 char *old_current_node = current_node; in output_pending_notes() 371 COMMAND_PREFIX, current_node, footnote->number, in output_pending_notes() 374 current_node = old_current_node; in output_pending_notes()
|
| H A D | sectioning.c | 495 level, current_node, NULL); in insert_and_underscore() 531 if (!current_node || !*current_node) in sectioning_html() 589 level, current_node, toc_anchor); in sectioning_html() 635 if (top_node_seen && strcmp (current_node, "Top") != 0) in cm_top()
|
| H A D | node.c | 289 current_node = node; in remember_node() 351 temp->containing_node = xstrdup (current_node ? current_node : ""); in remember_node_reference() 596 if (current_node) in cm_node() 600 tem = expand_node_name (current_node); in cm_node() 1090 if (current_node && STREQ (current_node, "Top")) in cm_node() 1190 if (current_node && *current_node) in cm_anchor() 1194 tem = expand_node_name (current_node); in cm_anchor()
|
| H A D | html.c | 220 if (splitting && current_node && !STREQ (current_node, "Top")) in html_output_head() 222 escape_string (xstrdup (current_node)), html_title); in html_output_head()
|
| H A D | files.c | 673 new->node = current_node ? xstrdup (current_node): ""; in register_delayed_write()
|
| H A D | makeinfo.h | 153 DECLARE (char *, current_node, NULL);
|
| H A D | index.c | 191 new->node = current_node ? current_node : xstrdup (""); in index_add_arg()
|
| H A D | insertion.c | 1947 if (current_node == NULL && !macro_expansion_output_stream) in cm_menu() 1960 if (current_node == NULL && !macro_expansion_output_stream) in cm_detailmenu()
|
| H A D | makeinfo.c | 1835 current_node = NULL; /* sometimes already freed */ in init_internals()
|
| /openbsd-src/usr.bin/make/ |
| H A D | var.h | 29 extern GNode *current_node;
|
| H A D | var.c | 96 GNode *current_node = NULL; variable 1022 else if (current_node) in bad_dynamic_variable() 1023 Fatal(ERRMSG1 "(prereq of %s)", current_node->name); in bad_dynamic_variable() 1031 else if (current_node) in bad_dynamic_variable() 1033 current_node->name); in bad_dynamic_variable()
|
| H A D | suff.c | 1437 current_node = gn; in SuffFindDeps() 1442 current_node = NULL; in SuffFindDeps()
|
| /openbsd-src/gnu/llvm/libcxx/utils/gdb/libcxx/ |
| H A D | printers.py | 521 current_node = self.first_node 523 yield "", current_node.cast(self.nodetype).dereference()["__value_"] 524 current_node = current_node.dereference()["__next_"]
|
| /openbsd-src/gnu/usr.bin/texinfo/ |
| H A D | ChangeLog.46 | 2177 top_node_seen being non-zero. If current_node is NULL, use the 3418 * makeinfo/node.c:cm_node: don't compare current_node when null. 3981 of add_word_args, since current_node needs to be expanded. Expand 5931 * makeinfo/makeinfo.c (remember_node): Only set `current_node' if 7077 info_kill_node (current_node). 7403 * makeinfo/makeinfo.c (init_internals): Do not free current_node,
|