Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dxml.c1759 static char last_division_letter = ' '; variable
1878 if (tolower (c) != last_division_letter && isalpha (c)) in xml_index_divide()
1880 last_division_letter = tolower (c); in xml_index_divide()