Home
last modified time | relevance | path

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

/netbsd/external/gpl2/texinfo/dist/info/
H A Dnodes.c864 int anchor_pos, node_pos; in find_node_of_anchor() local
869 for (anchor_pos = 0; file_buffer->tags[anchor_pos]; anchor_pos++) in find_node_of_anchor()
871 TAG *t = file_buffer->tags[anchor_pos]; in find_node_of_anchor()
877 if (!file_buffer->tags[anchor_pos]) in find_node_of_anchor()
883 for (node_pos = anchor_pos - 1; in find_node_of_anchor()
911 node->display_pos = file_buffer->tags[anchor_pos]->nodestart in find_node_of_anchor()