Home
last modified time | relevance | path

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

/freebsd-13.1/stand/common/
H A Dcommands.c69 *topic = *subtopic = *desc = NULL; in help_getnext()
87 *subtopic = strdup(cp + 1); in help_getnext()
95 free(*subtopic); in help_getnext()
97 *subtopic = *desc = NULL; in help_getnext()
112 if (subtopic != NULL) { in help_emitsummary()
114 pager_output(subtopic); in help_emitsummary()
115 i += strlen(subtopic) + 1; in help_emitsummary()
143 topic = subtopic = NULL; in command_help()
146 subtopic = strdup(argv[2]); in command_help()
212 free(subtopic); in command_help()
[all …]
H A Dhelp.common4 help [topic [subtopic]]