Home
last modified time | relevance | path

Searched refs:inst_commands (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/hp300/stand/inst/
H A Dinst.c100 } inst_commands[] = { variable
107 #define NCMDS (sizeof(inst_commands) / sizeof(inst_commands[0]))
134 if (strcmp(line, inst_commands[i].ic_cmd) == 0) { in main()
135 (*inst_commands[i].ic_func)(); in main()
152 printf(">> %s - %s\n", inst_commands[i].ic_cmd, in gethelp()
153 inst_commands[i].ic_desc); in gethelp()