Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/texinfo/util/
H A Dinstall-info.c720 struct spec_section *input_sections, char *compression_program) in output_dirfile() argument
766 for (spec = input_sections; spec; spec = spec->next) in output_dirfile()
774 for (spec = input_sections; spec; spec = spec->next) in output_dirfile()
1142 struct spec_section *input_sections = NULL; in main() local
1259 next->next = input_sections; in main()
1261 input_sections = next; in main()
1304 &input_sections, &entries_to_add); in main()
1334 if (input_sections == NULL) in main()
1336 input_sections = (struct spec_section *) in main()
1338 input_sections->name = "Miscellaneous"; in main()
[all …]
/openbsd-src/gnu/usr.bin/texinfo/
H A DChangeLog.467778 * util/install-info.c: Untabify. (input_sections): Initialize.