Lines Matching refs:isdigit
169 if (first_char && !isdigit(c)) {
195 } while (isdigit(c));
487 if (!isdigit(tempmode[n])) {
536 if ((c == EOF) || (c == '\n') || !isdigit(c)) {
542 while (isdigit(c)) {
565 if ((c == EOF) || (c == '\n') || !isdigit(c)) {
571 while (isdigit(c)) {
685 if (first_char && !isdigit(c)) {
721 } while (isdigit(c));
1028 if (!isdigit(tempmode[n])) {
1078 if ((c == '\0') || (c == '\n') || !isdigit(c)) {
1085 while (isdigit(c)) {
1113 if ((c == '\0') || (c == '\n') || !isdigit(c)) {
1120 while (isdigit(c)) {