Home
last modified time | relevance | path

Searched refs:fn_node (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/texinfo/info/
H A Dfootnotes.c56 NODE *fn_node, *result = (NODE *)NULL; in make_footnotes_node() local
61 fn_node = node; in make_footnotes_node()
100 fn_node = info_get_node (filename, refname); in make_footnotes_node()
102 if (fn_node) in make_footnotes_node()
133 while (text_start < fn_node->nodelen) in make_footnotes_node()
134 if (fn_node->contents[text_start++] == '\n') in make_footnotes_node()
137 result->nodelen = strlen (header) + fn_node->nodelen - text_start; in make_footnotes_node()
143 fn_node->contents + text_start, fn_node->nodelen - text_start); in make_footnotes_node()
152 if (fn_node == node) in make_footnotes_node()
/openbsd-src/gnu/llvm/compiler-rt/lib/profile/
H A DGCDAProfiling.c93 struct fn_node { struct
96 struct fn_node* next; argument
100 struct fn_node *head, *tail;
114 struct fn_node* new_node = malloc(sizeof(struct fn_node)); in fn_list_insert()
128 struct fn_node* curr = list->head; in fn_list_remove()
129 struct fn_node* prev = NULL; in fn_list_remove()
130 struct fn_node* next = NULL; in fn_list_remove()
543 struct fn_node *curr = writeout_fn_list.head; in llvm_writeout_files()
577 struct fn_node *curr = reset_fn_list.head; in llvm_reset_counters()
628 for (struct fn_node *f = writeout_fn_list.head; f; f = f->next) in __gcov_dump()
[all …]