Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/texinfo/util/
H A Dinstall-info.c79 struct spec_section *entry_sections_tail; member
813 spec1 && spec1 != entry->entry_sections_tail; in output_dirfile()
819 if (spec1 && spec1 != entry->entry_sections_tail) in output_dirfile()
934 next->entry_sections_tail = tail; in parse_input()
966 entry->entry_sections_tail = tail; in parse_input()
1224 next->entry_sections_tail = NULL; in main()
1405 spec && spec != entry->entry_sections_tail; in main()
1411 if (!spec || spec == entry->entry_sections_tail) in main()
/openbsd-src/gnu/usr.bin/texinfo/
H A DChangeLog.463512 set entry_sections and entry_sections_tail members to NULL, and