Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ngctl/
H A Dmain.c71 static int DoParseCommand(const char *line);
216 if ((rtn = DoParseCommand(line)) != 0) { in ReadFile()
324 if (DoParseCommand(buf) == CMDRTN_QUIT) { in DoInteractive()
386 if (DoParseCommand(buf) == CMDRTN_QUIT) in DoInteractive()
427 DoParseCommand(const char *line) in DoParseCommand() function