Search | Google it | Results 1 - 1 of 1 for funcall:is_digit (0.00 seconds) |
434: cp = fmt; \ 435: while (is_digit(*cp)) { \ 436: APPEND_DIGIT(n2, *cp); \ 564: n = 0; 565: while (is_digit(ch)) { 566: APPEND_DIGIT(n, ch); 593: ch = *fmt++; 594: } while (is_digit(ch)); 595: if (/*ch == '$'*/0) { 1187: cp = fmt; \ 1188: while (is_digit(*cp)) { \ 1189: APPEND_DIGIT(n2, *cp); \ 1247: } 1248: while (is_digit(ch)) { 1249: ch = *fmt++; 1259: ch = *fmt++; 1260: } while (is_digit(ch)); 1261: if (/*ch == '$'*/0) {