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

/freebsd-10.3-release/contrib/texinfo/info/
H A Dman.c231 static char *manpage_section = (char *)NULL; variable
241 if (manpage_section)
242 free (manpage_section);
245 manpage_section = (char *)NULL;
261 manpage_section = (char *)xmalloc (1 + (i - start));
262 strncpy (manpage_section, pagename + start, (i - start));
263 manpage_section[i - start] = '\0';
293 if (manpage_section != (char *)NULL)
294 formatter_args[arg_index++] = manpage_section;
341 + (arg_index > 2 ? strlen (manpage_section)
[all...]

Completed in 459 milliseconds