Searched refs:badInput (Results 1 – 1 of 1) sorted by relevance
5561 int badInput = 0; in stopin_command() local5564 badInput = 1; in stopin_command()5580 badInput = (*argptr != ':'); /* Not a class::method */ in stopin_command()5582 badInput = isdigit (*arg); /* a simple line number */ in stopin_command()5585 if (badInput) in stopin_command()5594 int badInput = 0; in stopat_command() local5597 badInput = 1; in stopat_command()5612 badInput = (*argptr == ':'); /* we have class::method */ in stopat_command()5614 badInput = !isdigit (*arg); /* not a line number */ in stopat_command()5617 if (badInput) in stopat_command()