Home
last modified time | relevance | path

Searched refs:current_node (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dfootnote.c198 if (!current_node || !*current_node) in cm_footnote()
256 current_node, current_footnote_number); in cm_footnote()
261 temp_string = xmalloc (strlen (current_node) in cm_footnote()
264 strcpy (temp_string, current_node); in cm_footnote()
311 char *old_current_node = current_node; in output_pending_notes()
316 COMMAND_PREFIX, current_node, current_node); in output_pending_notes()
318 current_node = old_current_node; in output_pending_notes()
368 char *old_current_node = current_node; in output_pending_notes()
373 COMMAND_PREFIX, current_node, footnote->number, in output_pending_notes()
376 current_node = old_current_node; in output_pending_notes()
H A Dsectioning.c496 level, current_node, NULL); in insert_and_underscore()
532 if (!current_node || !*current_node) in sectioning_html()
590 level, current_node, toc_anchor); in sectioning_html()
636 if (top_node_seen && strcmp (current_node, "Top") != 0) in cm_top()
H A Dnode.c291 current_node = node; in remember_node()
353 temp->containing_node = xstrdup (current_node ? current_node : ""); in remember_node_reference()
598 if (current_node) in cm_node()
602 tem = expand_node_name (current_node); in cm_node()
1092 if (current_node && STREQ (current_node, "Top")) in cm_node()
1192 if (current_node && *current_node) in cm_anchor()
1196 tem = expand_node_name (current_node); in cm_anchor()
H A Dhtml.c219 if (splitting && current_node && !STREQ (current_node, "Top")) in html_output_head()
221 escape_string (xstrdup (current_node)), html_title); in html_output_head()
H A Dfiles.c670 new->node = current_node ? xstrdup (current_node): ""; in register_delayed_write()
H A Dindex.c193 new->node = current_node ? current_node : xstrdup (""); in index_add_arg()
H A Dmakeinfo.h155 DECLARE (char *, current_node, NULL);
H A Dinsertion.c1949 if (current_node == NULL && !macro_expansion_output_stream) in cm_menu()
1962 if (current_node == NULL && !macro_expansion_output_stream) in cm_detailmenu()
H A Dmakeinfo.c1835 current_node = NULL; /* sometimes already freed */ in init_internals()
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dlibgcov.h510 struct gcov_kvp *current_node = (struct gcov_kvp *)(intptr_t)counters[2]; in gcov_topn_add_value() local
512 while (current_node) in gcov_topn_add_value()
514 if (current_node->value == value) in gcov_topn_add_value()
516 gcov_counter_add (&current_node->count, count, use_atomic); in gcov_topn_add_value()
521 || current_node->count < minimal_node->count) in gcov_topn_add_value()
522 minimal_node = current_node; in gcov_topn_add_value()
524 prev_node = current_node; in gcov_topn_add_value()
525 current_node = current_node->next; in gcov_topn_add_value()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/gdb/libcxx/
H A Dprinters.py536 current_node = self.first_node
538 yield "", current_node.cast(self.nodetype).dereference()["__value_"]
539 current_node = current_node.dereference()["__next_"]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-param-manipulation.c597 cgraph_node *current_node = cgraph_node::get (current_function_decl); in modify_call() local
599 current_node->remove_stmt_references (stmt); in modify_call()
891 current_node->record_stmt_references (gsi_stmt (gsi)); in modify_call()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-param-manipulation.cc719 cgraph_node *current_node = cgraph_node::get (current_function_decl); in modify_call() local
721 current_node->remove_stmt_references (stmt); in modify_call()
1042 current_node->record_stmt_references (gsi_stmt (gsi)); in modify_call()
H A DChangeLog.tree-ssa4330 by node and current_node.
4333 (optimize_inline_call): Set id->current_node, id->node.
H A DChangeLog-200436805 node/current_node.
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog.462177 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,