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

  /src/external/gpl2/texinfo/dist/util/
install-info.c 734 struct spec_section *input_sections, char *compression_program)
780 for (spec = input_sections; spec; spec = spec->next)
788 for (spec = input_sections; spec; spec = spec->next)
1157 struct spec_section *input_sections = NULL;
1271 next->next = input_sections;
1273 input_sections = next;
1316 &input_sections, &entries_to_add);
1346 if (input_sections == NULL)
1348 input_sections = (struct spec_section *)
1350 input_sections->name = "Miscellaneous"
1144 struct spec_section *input_sections = NULL; local
    [all...]

Completed in 26 milliseconds