Home
last modified time | relevance | path

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

/f-stack/tools/ngctl/
H A Dmain.c84 static int MatchCommand(const struct ngcmd *cmd, const char *s);
530 if (MatchCommand(cmds[k], string)) {
549 MatchCommand(const struct ngcmd *cmd, const char *s) function