Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dsession.c2833 NODE *top_node; variable
2858 top_node = info_get_node (file_name, NULL);
2859 if (!top_node)
2862 info_intuit_options_node (window, top_node, program_name);
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dregexec.c150 state_array_t *path, Idx top_node,
2868 Idx top_node, Idx top_str, Idx last_node, Idx last_str, in check_arrival() argument
2879 subexp_num = dfa->nodes[top_node].opr.idx; in check_arrival()
2909 err = re_node_set_init_1 (&next_nodes, top_node); in check_arrival()