Searched refs:badInput (Results 1 – 1 of 1) sorted by relevance
5669 int badInput = 0; in stopin_command() local5672 badInput = 1; in stopin_command()5688 badInput = (*argptr != ':'); /* Not a class::method */ in stopin_command()5690 badInput = isdigit (*arg); /* a simple line number */ in stopin_command()5693 if (badInput) in stopin_command()5702 int badInput = 0; in stopat_command() local5705 badInput = 1; in stopat_command()5720 badInput = (*argptr == ':'); /* we have class::method */ in stopat_command()5722 badInput = !isdigit (*arg); /* not a line number */ in stopat_command()5725 if (badInput) in stopat_command()