Home
last modified time | relevance | path

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

/f-stack/tools/ngctl/
H A Dmain.c83 static const struct ngcmd *FindCommand(const char *string);
514 if ((cmd = FindCommand(av[0])) == NULL)
525 FindCommand(const char *string) function
624 if ((cmd = FindCommand(av[1])) != NULL) {