Searched refs:nextxref (Results 1 – 1 of 1) sorted by relevance
4236 long nextmenu, nextxref; in info_move_to_xref() local4285 nextxref = info_search_in_node in info_move_to_xref()4289 if ((nextxref == -1) && (node->flags & N_IsManPage) && (firstxref != -1)) in info_move_to_xref()4290 nextxref = locate_manpage_xref (node, window->point + dir, dir); in info_move_to_xref()4306 if (nextmenu != -1 && nextxref != -1) in info_move_to_xref()4308 if (((dir == 1) && (nextmenu < nextxref)) || in info_move_to_xref()4309 ((dir == -1) && (nextmenu > nextxref))) in info_move_to_xref()4312 placement = nextxref; in info_move_to_xref()4316 else if (nextxref != -1) in info_move_to_xref()4317 placement = nextxref; in info_move_to_xref()