Searched refs:INFO_MENU_ENTRY_LABEL (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/usr.bin/texinfo/info/ |
| D | nodes.h | 68 #define INFO_MENU_ENTRY_LABEL "\n* " macro
|
| D | info-utils.c | 225 return (info_references_internal (INFO_MENU_ENTRY_LABEL, binding)); in info_menu_items() 253 searching_for_menu_items = (strcasecmp (label, INFO_MENU_ENTRY_LABEL) == 0); in info_references_internal()
|
| D | session.c | 4249 (INFO_MENU_ENTRY_LABEL, node, start, (WINDOW *)NULL, dir, 0); in info_move_to_xref() 4260 (INFO_MENU_ENTRY_LABEL, node, firstmenu + dir, (WINDOW *)NULL, dir, 0); in info_move_to_xref() 4283 (INFO_MENU_ENTRY_LABEL, node, window->point + dir, (WINDOW *)NULL, dir, 0); in info_move_to_xref() 4300 (INFO_MENU_ENTRY_LABEL, node, nextmenu + dir, (WINDOW *)NULL, dir, 0); in info_move_to_xref()
|