Home
last modified time | relevance | path

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

/netbsd/external/gpl2/texinfo/dist/makeinfo/
H A Dsectioning.c92 static char *last_sectioning_title = ""; variable
286 return xstrdup (last_sectioning_title); in current_sectioning_name()
460 if (strlen (last_sectioning_title)) in insert_and_underscore()
461 free (last_sectioning_title); in insert_and_underscore()
462 last_sectioning_title = xstrdup (temp); in insert_and_underscore()