HomeSort by: relevance | last modified time | path
    Searched defs:print_cmds (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/alpha/stand/standtest/
test.c 55 void print_cmds(const struct cmdtab *cmds, const char *match,
226 print_cmds(cmds, buf, rv == DISPATCH_CMD_NOMATCH ? 0 : nonwhitespace);
231 print_cmds(const struct cmdtab *cmds, const char *match, size_t matchlen) function in typeref:typename:void
415 print_cmds(show_cmds, NULL, 0);
test.c 55 void print_cmds(const struct cmdtab *cmds, const char *match,
226 print_cmds(cmds, buf, rv == DISPATCH_CMD_NOMATCH ? 0 : nonwhitespace);
231 print_cmds(const struct cmdtab *cmds, const char *match, size_t matchlen) function in typeref:typename:void
415 print_cmds(show_cmds, NULL, 0);

Completed in 21 milliseconds