Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dfootnotes.c58 NODE *fn_node, *result = (NODE *)NULL; in make_footnotes_node() local
63 fn_node = node; in make_footnotes_node()
102 fn_node = info_get_node (filename, refname); in make_footnotes_node()
104 if (fn_node) in make_footnotes_node()
135 while (text_start < fn_node->nodelen) in make_footnotes_node()
136 if (fn_node->contents[text_start++] == '\n') in make_footnotes_node()
139 result->nodelen = strlen (header) + fn_node->nodelen - text_start; in make_footnotes_node()
145 fn_node->contents + text_start, fn_node->nodelen - text_start); in make_footnotes_node()
154 if (fn_node == node) in make_footnotes_node()
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_sendrecv.c472 avl_node_t fn_node; member
542 offsetof(fsavl_node_t, fn_node)); in fsavl_create()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-structalias.c4361 cgraph_node *fn_node = cgraph_node::get (fndecl); in fndecl_maybe_in_other_partition() local
4362 if (fn_node == NULL) in fndecl_maybe_in_other_partition()
4365 return fn_node->in_other_partition; in fndecl_maybe_in_other_partition()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-structalias.cc4473 cgraph_node *fn_node = cgraph_node::get (fndecl); in fndecl_maybe_in_other_partition() local
4474 if (fn_node == NULL) in fndecl_maybe_in_other_partition()
4477 return fn_node->in_other_partition; in fndecl_maybe_in_other_partition()