Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dman.c233 static char *manpage_section = (char *)NULL; variable
243 if (manpage_section) in get_page_and_section()
244 free (manpage_section); in get_page_and_section()
247 manpage_section = (char *)NULL; in get_page_and_section()
263 manpage_section = (char *)xmalloc (1 + (i - start)); in get_page_and_section()
264 strncpy (manpage_section, pagename + start, (i - start)); in get_page_and_section()
265 manpage_section[i - start] = '\0'; in get_page_and_section()
295 if (manpage_section != (char *)NULL) in get_manpage_contents()
296 formatter_args[arg_index++] = manpage_section; in get_manpage_contents()
343 + (arg_index > 2 ? strlen (manpage_section) : 0) in get_manpage_contents()
[all …]