Searched refs:CMDRTN_QUIT (Results 1 – 2 of 2) sorted by relevance
191 case CMDRTN_QUIT: in main()324 if (DoParseCommand(buf) == CMDRTN_QUIT) { in DoInteractive()336 return (CMDRTN_QUIT); in DoInteractive()386 if (DoParseCommand(buf) == CMDRTN_QUIT) in DoInteractive()390 return (CMDRTN_QUIT); in DoInteractive()611 return (CMDRTN_QUIT); in QuitCmd()
53 #define CMDRTN_QUIT 3 macro