Home
last modified time | relevance | path

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

/src/usr.sbin/ngctl/
H A Dmain.c76 static int DoCommand(int ac, char **av);
215 rtn = DoCommand(ac, av); in main()
471 return (DoCommand(ac, av)); in DoParseCommand()
478 DoCommand(int ac, char **av) in DoCommand() function