HomeSort by: relevance | last modified time | path
    Searched defs:contents_offset (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/texinfo/dist/info/
dir.c 172 long contents_offset, fb_offset; local
185 contents_offset = search_forward (INFO_MENU_LABEL, &contents_binding);
189 if (contents_offset == -1)
192 /* There is a menu in CONTENTS, and contents_offset points to the first
195 contents_offset += skip_whitespace_and_newlines (contents + contents_offset);
234 /* CONTENTS_OFFSET and FB_OFFSET point to the starts of the menus that
271 (fb, &fb_binding, contents + contents_offset, size - contents_offset);
dir.c 172 long contents_offset, fb_offset; local
185 contents_offset = search_forward (INFO_MENU_LABEL, &contents_binding);
189 if (contents_offset == -1)
192 /* There is a menu in CONTENTS, and contents_offset points to the first
195 contents_offset += skip_whitespace_and_newlines (contents + contents_offset);
234 /* CONTENTS_OFFSET and FB_OFFSET point to the starts of the menus that
271 (fb, &fb_binding, contents + contents_offset, size - contents_offset);
dir.c 172 long contents_offset, fb_offset; local
185 contents_offset = search_forward (INFO_MENU_LABEL, &contents_binding);
189 if (contents_offset == -1)
192 /* There is a menu in CONTENTS, and contents_offset points to the first
195 contents_offset += skip_whitespace_and_newlines (contents + contents_offset);
234 /* CONTENTS_OFFSET and FB_OFFSET point to the starts of the menus that
271 (fb, &fb_binding, contents + contents_offset, size - contents_offset);

Completed in 43 milliseconds