Lines Matching defs:errp
654 static int num_error(constant char *printopt, lbool *errp, lbool overflow)
658 if (errp != NULL)
660 *errp = TRUE;
679 public int getnumc(constant char **sp, constant char *printopt, lbool *errp)
693 return (num_error(printopt, errp, FALSE));
697 return (num_error(printopt, errp, TRUE));
698 if (errp != NULL)
699 *errp = FALSE;
705 public int getnum(char **sp, constant char *printopt, lbool *errp)
708 int r = getnumc(&cs, printopt, errp);
719 public long getfraction(constant char **sp, constant char *printopt, lbool *errp)
727 return (num_error(printopt, errp, FALSE));
739 if (errp != NULL)
740 *errp = FALSE;