Searched refs:CMDRTN_QUIT (Results 1 – 2 of 2) sorted by relevance
194 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()
55 #define CMDRTN_QUIT 3 macro