Searched refs:firstmenu (Results 1 – 1 of 1) sorted by relevance
4235 long firstmenu, firstxref; in info_move_to_xref() local4248 firstmenu = info_search_in_node in info_move_to_xref()4254 if (firstmenu != -1) in info_move_to_xref()4256 char *text = node->contents + firstmenu; in info_move_to_xref()4259 firstmenu = info_search_in_node in info_move_to_xref()4260 (INFO_MENU_ENTRY_LABEL, node, firstmenu + dir, (WINDOW *)NULL, dir, 0); in info_move_to_xref()4273 if (firstmenu == -1 && 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()[all …]