Home
last modified time | relevance | path

Searched refs:contents_offset (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Ddir.c172 long contents_offset, fb_offset; in add_menu_to_file_buffer() local
185 contents_offset = search_forward (INFO_MENU_LABEL, &contents_binding); in add_menu_to_file_buffer()
189 if (contents_offset == -1) in add_menu_to_file_buffer()
195 contents_offset += skip_whitespace_and_newlines (contents + contents_offset); in add_menu_to_file_buffer()
271 (fb, &fb_binding, contents + contents_offset, size - contents_offset); in add_menu_to_file_buffer()