HomeSort by: relevance | last modified time | path
    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