Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.sbin/ngctl/
Dmain.c194 case CMDRTN_QUIT: in main()
327 if (DoParseCommand(buf) == CMDRTN_QUIT) in DoInteractive()
337 return (CMDRTN_QUIT); in DoInteractive()
387 if (DoParseCommand(buf) == CMDRTN_QUIT) in DoInteractive()
391 return (CMDRTN_QUIT); in DoInteractive()
612 return (CMDRTN_QUIT); in QuitCmd()
Dngctl.h55 #define CMDRTN_QUIT 3 macro