/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...] |
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...] |