Searched refs:subtopic (Results 1 – 5 of 5) sorted by relevance
| /titanic_53/usr/src/boot/sys/boot/common/ |
| H A D | commands.c | 64 help_getnext(int fd, char **topic, char **subtopic, char **desc) in help_getnext() argument 75 *topic = *subtopic = *desc = NULL; in help_getnext() 83 } else if ((*cp == 'S') && (*subtopic == NULL)) { in help_getnext() 86 *subtopic = strdup(cp + 1); in help_getnext() 94 if (*subtopic != NULL) in help_getnext() 95 free(*subtopic); in help_getnext() 105 help_emitsummary(char *topic, char *subtopic, char *desc) in help_emitsummary() argument 112 if (subtopic != NULL) { in help_emitsummary() 114 pager_output(subtopic); in help_emitsummary() 115 i += strlen(subtopic) + 1; in help_emitsummary() [all …]
|
| H A D | help.common | 4 help [topic [subtopic]]
|
| /titanic_53/usr/src/common/ficl/emu/ |
| H A D | loader_emu.c | 1067 help_getnext(int fd, char **topic, char **subtopic, char **desc) in help_getnext() argument 1078 *topic = *subtopic = *desc = NULL; in help_getnext() 1086 } else if ((*cp == 'S') && (*subtopic == NULL)) { in help_getnext() 1089 *subtopic = strdup(cp + 1); in help_getnext() 1097 if (*subtopic != NULL) in help_getnext() 1098 free(*subtopic); in help_getnext() 1108 help_emitsummary(char *topic, char *subtopic, char *desc) in help_emitsummary() argument 1115 if (subtopic != NULL) { in help_emitsummary() 1117 pager_output(subtopic); in help_emitsummary() 1118 i += strlen(subtopic) + 1; in help_emitsummary() [all …]
|
| /titanic_53/usr/src/boot/sys/boot/ |
| H A D | README | 119 "?", "help [<topic> [<subtopic>]]" and "help index".
|
| /titanic_53/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.
|