Home
last modified time | relevance | path

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

/src/usr.sbin/ngctl/
H A Dmain.c75 static int DoParseCommand(const char *line);
250 if ((rtn = DoParseCommand(line)) != CMDRTN_OK) { in ReadFile()
359 if (DoParseCommand(buf) == CMDRTN_QUIT) { in DoInteractive()
419 if (DoParseCommand(line) == CMDRTN_QUIT) in DoInteractive()
460 DoParseCommand(const char *line) in DoParseCommand() function