HomeSort by: relevance | last modified time | path
    Searched refs:subtopic (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/ia64/stand/common/
commands.c 74 * Subtopic entries must immediately follow the topic (this is used to
81 help_getnext(int fd, char **topic, char **subtopic, char **desc)
92 *topic = *subtopic = *desc = NULL;
100 } else if ((*cp == 'S') && (*subtopic == NULL)) {
103 *subtopic = strdup(cp + 1);
111 if (*subtopic != NULL)
112 free(*subtopic);
122 help_emitsummary(char *topic, char *subtopic, char *desc)
129 if (subtopic != NULL) {
131 pager_output(subtopic);
149 char *topic, *subtopic, *t, *s, *d; local in function:command_help
    [all...]
help.common 4 help [topic [subtopic]]

Completed in 13 milliseconds