Lines Matching full:quit
93 * We just call the parser to get commands from the user. We quit when
199 int quit=0;
210 while (!quit) {
263 quit=dispatch (command_line);
300 int quit=0;
307 while (!quit) {
329 quit=dispatch (command_line);
366 if (strcasecmp (command,"quit")==0) return (1);
503 /* quit is handled differently */
505 if (strncmp ("quit",text,len)==0) {
508 return (dupstr ("quit"));