OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inst_commands
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/hp300/stand/inst/
inst.c
100
}
inst_commands
[] = {
variable in typeref:struct:inst_command[]
107
#define NCMDS (sizeof(
inst_commands
) / sizeof(
inst_commands
[0]))
134
if (strcmp(line,
inst_commands
[i].ic_cmd) == 0) {
135
(*
inst_commands
[i].ic_func)();
152
printf(">> %s - %s\n",
inst_commands
[i].ic_cmd,
153
inst_commands
[i].ic_desc);
Completed in 31 milliseconds
Indexes created Thu Sep 25 08:09:54 GMT 2025