Searched refs:topic (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/sys/boot/common/
H A Dcommands.c55 * Subtopic entries must immediately follow the topic (this is used to
63 help_getnext(int fd, char **topic, char **subtopic, char **desc) argument
74 *topic = *subtopic = *desc = NULL;
78 if ((*cp == 'T') && (*topic == NULL)) {
81 *topic = strdup(cp + 1);
92 if (*topic == NULL) {
104 help_emitsummary(char *topic, char *subtopic, char *desc) argument
109 pager_output(topic);
110 i = strlen(topic);
131 char *topic, *subtopi local
[all...]
/freebsd-11.0-release/crypto/heimdal/lib/sl/
H A Dsl.h61 void sl_apropos (SL_cmd *cmd, const char *topic);
H A Dsl.c350 sl_apropos (SL_cmd *cmd, const char *topic) argument
353 if (cmd->usage != NULL && strstr(cmd->usage, topic) != NULL)
/freebsd-11.0-release/contrib/sendmail/src/
H A Dsrvrsmtp.c5255 ** topic -- the topic we want help for.
5268 help(topic, e)
5269 char *topic;
5298 if (topic == NULL || *topic == '\0')
5300 topic = "smtp";
5305 makelower(topic);
5309 len = strlen(topic);
5326 if (strncmp(buf, topic, le
[all...]
/freebsd-11.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex3210 % There is also \dosubind {index}{topic}{subtopic}
3622 % \entry {sortstring}{page}{topic}
3624 % \entry {sortstring}{page}{topic}{subtopic}
3628 % before the first topic whose initial is c
3629 % \entry {topic}{pagelist}
3630 % for a topic that is used without subtopics
3631 % \primary {topic}
3632 % for the beginning of a topic that is used with subtopics
/freebsd-11.0-release/contrib/amd/doc/
H A Dtexinfo.tex3039 % There is also \dosubind {index}{topic}{subtopic}
3448 % \entry {sortstring}{page}{topic}
3450 % \entry {sortstring}{page}{topic}{subtopic}
3454 % before the first topic whose initial is c
3455 % \entry {topic}{pagelist}
3456 % for a topic that is used without subtopics
3457 % \primary {topic}
3458 % for the beginning of a topic that is used with subtopics
/freebsd-11.0-release/contrib/groff/doc/
H A Dtexinfo.tex3109 % There is also \dosubind {index}{topic}{subtopic}
3520 % \entry {sortstring}{page}{topic}
3522 % \entry {sortstring}{page}{topic}{subtopic}
3526 % before the first topic whose initial is c
3527 % \entry {topic}{pagelist}
3528 % for a topic that is used without subtopics
3529 % \primary {topic}
3530 % for the beginning of a topic that is used with subtopics

Completed in 266 milliseconds