Searched refs:INFO_MENU_LABEL (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/usr.bin/texinfo/info/ |
| D | dir.c | 183 contents_offset = search_forward (INFO_MENU_LABEL, &contents_binding); in add_menu_to_file_buffer() 184 fb_offset = search_forward (INFO_MENU_LABEL, &fb_binding); in add_menu_to_file_buffer() 222 (fb, &fb_binding, INFO_MENU_LABEL, strlen (INFO_MENU_LABEL)); in add_menu_to_file_buffer() 227 fb_offset = search_forward (INFO_MENU_LABEL, &fb_binding); in add_menu_to_file_buffer()
|
| D | nodes.h | 67 #define INFO_MENU_LABEL "\n* Menu:" macro
|
| D | info-utils.c | 184 position = search_forward (INFO_MENU_LABEL, &tmp_search); in info_menu_of_node() 191 tmp_search.start = position + strlen (INFO_MENU_LABEL); in info_menu_of_node()
|
| D | session.c | 2341 position = search (INFO_MENU_LABEL, &binding); 4258 if (strncmp (text, INFO_MENU_LABEL, strlen (INFO_MENU_LABEL)) == 0) in info_move_to_xref() 4298 if (strncmp (text, INFO_MENU_LABEL, strlen (INFO_MENU_LABEL)) == 0) in info_move_to_xref()
|