Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/util/
H A Dinstall-info.c81 struct spec_section *entry_sections_tail; member
815 spec1 && spec1 != entry->entry_sections_tail; in output_dirfile()
821 if (spec1 && spec1 != entry->entry_sections_tail) in output_dirfile()
936 next->entry_sections_tail = tail; in parse_input()
968 entry->entry_sections_tail = tail; in parse_input()
1223 next->entry_sections_tail = NULL; in main()
1404 spec && spec != entry->entry_sections_tail; in main()
1410 if (!spec || spec == entry->entry_sections_tail) in main()
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog.463512 set entry_sections and entry_sections_tail members to NULL, and