OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:topic
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/kyua-cli/dist/cli/
cmd_about.cpp
127
const std::string&
topic
= cmdline.arguments()[0];
local
129
if (
topic
== "authors") {
131
} else if (
topic
== "license") {
133
} else if (
topic
== "version") {
136
throw cmdline::usage_error(F("Invalid about
topic
'%s'") %
topic
);
cmd_about.cpp
127
const std::string&
topic
= cmdline.arguments()[0];
local
129
if (
topic
== "authors") {
131
} else if (
topic
== "license") {
133
} else if (
topic
== "version") {
136
throw cmdline::usage_error(F("Invalid about
topic
'%s'") %
topic
);
/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
[
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
[
all
...]
Completed in 43 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026