HomeSort by: relevance | last modified time | path
    Searched defs:anchor_pos (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/texinfo/dist/info/
nodes.c 868 int anchor_pos, node_pos;
873 for (anchor_pos = 0; file_buffer->tags[anchor_pos]; anchor_pos++)
875 TAG *t = file_buffer->tags[anchor_pos];
881 if (!file_buffer->tags[anchor_pos])
887 for (node_pos = anchor_pos - 1;
915 node->display_pos = file_buffer->tags[anchor_pos]->nodestart
864 int anchor_pos, node_pos; local

Completed in 16 milliseconds