Searched refs:firstxref (Results 1 – 1 of 1) sorted by relevance
4235 long firstmenu, firstxref; in info_move_to_xref() local4263 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 …]