Home
last modified time | relevance | path

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

/freebsd-14.2/stand/common/
H A Dcommands.c66 *topic = *subtopic = *desc = NULL; in help_getnext()
84 *subtopic = strdup(cp + 1); in help_getnext()
92 free(*subtopic); in help_getnext()
94 *subtopic = *desc = NULL; in help_getnext()
109 if (subtopic != NULL) { in help_emitsummary()
111 pager_output(subtopic); in help_emitsummary()
112 i += strlen(subtopic) + 1; in help_emitsummary()
140 topic = subtopic = NULL; in command_help()
143 subtopic = strdup(argv[2]); in command_help()
209 free(subtopic); in command_help()
[all …]
H A Dhelp.common4 help [topic [subtopic]]