Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dsession.c4235 long firstmenu, firstxref; in info_move_to_xref() local
4263 firstxref = in info_move_to_xref()
4267 if ((firstxref == -1) && (node->flags & N_IsManPage)) in info_move_to_xref()
4269 firstxref = locate_manpage_xref (node, start, dir); in info_move_to_xref()
4273 if (firstmenu == -1 && firstxref == -1) in info_move_to_xref()
4289 if ((nextxref == -1) && (node->flags & N_IsManPage) && (firstxref != -1)) in info_move_to_xref()
4323 if (firstmenu != -1 && firstxref != -1) in info_move_to_xref()
4325 if (((dir == 1) && (firstmenu < firstxref)) || in info_move_to_xref()
4326 ((dir == -1) && (firstmenu > firstxref))) in info_move_to_xref()
4329 placement = firstxref; in info_move_to_xref()
[all …]