Searched refs:subtopic (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/stand/common/
H A Dcommands.c64 help_getnext(int fd, char **topic, char **subtopic, char **desc) argument
69 *topic = *subtopic = *desc = NULL;
84 } else if (*cp == 'S' && *subtopic == NULL) {
87 *subtopic = strdup(cp + 1);
95 free(*subtopic);
97 *subtopic = *desc = NULL;
105 help_emitsummary(char *topic, char *subtopic, char *desc) argument
112 if (subtopic != NULL) {
114 pager_output(subtopic);
115 i += strlen(subtopic)
132 char *topic, *subtopic, *t, *s, *d; local
[all...]
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex3210 % There is also \dosubind {index}{topic}{subtopic}
3624 % \entry {sortstring}{page}{topic}{subtopic}
3633 % \secondary {subtopic}{pagelist}
3634 % for each subtopic.
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex3109 % There is also \dosubind {index}{topic}{subtopic}
3522 % \entry {sortstring}{page}{topic}{subtopic}
3531 % \secondary {subtopic}{pagelist}
3532 % for each subtopic.
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex4355 % There is also \dosubind {index}{topic}{subtopic}
4855 % \entry {sortstring}{page}{topic}{subtopic}
4864 % \secondary {subtopic}{pagelist}
4865 % for each subtopic.

Completed in 114 milliseconds