Searched refs:current_node (Results 1 – 10 of 10) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | observer.c | 136 struct observer_list *current_node = *subject; in generic_observer_detach() local 138 while (current_node != NULL) in generic_observer_detach() 140 if (current_node->observer == observer) in generic_observer_detach() 143 previous_node->next = current_node->next; in generic_observer_detach() 145 *subject = current_node->next; in generic_observer_detach() 146 xfree_observer_list_node (current_node); in generic_observer_detach() 149 previous_node = current_node; in generic_observer_detach() 150 current_node = current_node->next; in generic_observer_detach() 164 struct observer_list *current_node = subject; in generic_observer_notify() local 166 while (current_node != NULL) in generic_observer_notify() [all …]
|
| /mirbsd/src/gnu/usr.bin/texinfo/makeinfo/ |
| 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()
|
| 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()
|
| 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()
|
| D | html.c | 228 if (splitting && current_node && !STREQ (current_node, "Top")) in html_output_head() 230 escape_string (xstrdup (current_node)), html_title); in html_output_head()
|
| D | files.c | 670 new->node = current_node ? xstrdup (current_node): ""; in register_delayed_write()
|
| D | makeinfo.h | 153 DECLARE (char *, current_node, NULL);
|
| D | index.c | 191 new->node = current_node ? current_node : xstrdup (""); in index_add_arg()
|
| 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()
|
| D | makeinfo.c | 1843 current_node = NULL; /* sometimes already freed */ in init_internals()
|