Searched refs:subtopic (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/boot/common/ |
H A D | commands.c | 65 help_getnext(int fd, char **topic, char **subtopic, char **desc) in help_getnext() argument 70 *topic = *subtopic = *desc = NULL; in help_getnext() 78 *topic = *subtopic = *desc = NULL; in help_getnext() 86 } else if (*cp == 'S' && *subtopic == NULL) { in help_getnext() 89 *subtopic = strdup(cp + 1); in help_getnext() 97 free(*subtopic); in help_getnext() 99 *subtopic = *desc = NULL; in help_getnext() 107 help_emitsummary(char *topic, char *subtopic, char *desc) in help_emitsummary() argument 114 if (subtopic != NULL) { in help_emitsummary() 116 pager_output(subtopic); in help_emitsummary() [all …]
|
H A D | help.common | 4 help [topic [subtopic]]
|
/illumos-gate/usr/src/common/ficl/emu/ |
H A D | loader_emu.c | 1020 help_getnext(int fd, char **topic, char **subtopic, char **desc) in help_getnext() argument 1024 *topic = *subtopic = *desc = NULL; in help_getnext() 1032 *topic = *subtopic = *desc = NULL; in help_getnext() 1040 } else if (*cp == 'S' && *subtopic == NULL) { in help_getnext() 1043 *subtopic = strdup(cp + 1); in help_getnext() 1051 free(*subtopic); in help_getnext() 1060 help_emitsummary(char *topic, char *subtopic, char *desc) in help_emitsummary() argument 1067 if (subtopic != NULL) { in help_emitsummary() 1069 (void) pager_output(subtopic); in help_emitsummary() 1070 i += strlen(subtopic) + 1; in help_emitsummary() [all …]
|
/illumos-gate/usr/src/boot/ |
H A D | README.loader | 119 "?", "help [<topic> [<subtopic>]]" and "help index".
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 3109 % There is also \dosubind {index}{topic}{subtopic} 3522 % \entry {sortstring}{page}{topic}{subtopic} 3531 % \secondary {subtopic}{pagelist} 3532 % for each subtopic.
|