Searched refs:badInput (Results 1 – 1 of 1) sorted by relevance
5772 int badInput = 0; in stopin_command() local5775 badInput = 1; in stopin_command()5791 badInput = (*argptr != ':'); /* Not a class::method */ in stopin_command()5793 badInput = isdigit (*arg); /* a simple line number */ in stopin_command()5796 if (badInput) in stopin_command()5805 int badInput = 0; in stopat_command() local5808 badInput = 1; in stopat_command()5823 badInput = (*argptr == ':'); /* we have class::method */ in stopat_command()5825 badInput = !isdigit (*arg); /* not a line number */ in stopat_command()5828 if (badInput) in stopat_command()