HomeSort by: relevance | last modified time | path
    Searched refs:topic (Results 1 - 3 of 3) 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;
96 if ((*cp == 'T') && (*topic == NULL)) {
99 *topic = strdup(cp + 1);
110 if (*topic == NULL) {
122 help_emitsummary(char *topic, char *subtopic, char *desc)
127 pager_output(topic);
128 i = strlen(topic);
149 char *topic, *subtopic, *t, *s, *d local in function:command_help
    [all...]
help.common 4 help [topic [subtopic]]
  /src/usr.bin/make/unit-tests/
dep-var.mk 39 # As of 2020-09-03, the test dir.mk contains further details on this topic.

Completed in 32 milliseconds