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

/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dsectioning.c91 static char *last_sectioning_title = "";
287 return xstrdup (last_sectioning_title);
461 if (strlen (last_sectioning_title))
462 free (last_sectioning_title);
463 last_sectioning_title = xstrdup (temp);
90 static char *last_sectioning_title = ""; variable

Completed in 101 milliseconds