Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/texinfo/info/
Dsession.c4234 long nextmenu, nextxref; in info_move_to_xref() local
4283 nextxref = info_search_in_node in info_move_to_xref()
4287 if ((nextxref == -1) && (node->flags & N_IsManPage) && (firstxref != -1)) in info_move_to_xref()
4288 nextxref = locate_manpage_xref (node, window->point + dir, dir); in info_move_to_xref()
4304 if (nextmenu != -1 && nextxref != -1) in info_move_to_xref()
4306 if (((dir == 1) && (nextmenu < nextxref)) || in info_move_to_xref()
4307 ((dir == -1) && (nextmenu > nextxref))) in info_move_to_xref()
4310 placement = nextxref; in info_move_to_xref()
4314 else if (nextxref != -1) in info_move_to_xref()
4315 placement = nextxref; in info_move_to_xref()