HomeSort by relevance Sort by last modified time
    Searched refs:iswdigit (Results 1 - 19 of 19) sorted by null

  /onnv/onnv-gate/usr/src/cmd/csh/
sh.char.h 30 #define iswdigit(c) isdigit(c) macro
68 ||iswdigit(Z)||isphonogram(Z)||isideogram(Z)))
  /onnv/onnv-gate/usr/src/head/iso/
wctype_iso.h 89 extern int iswdigit(wint_t);
108 extern int iswdigit();
  /onnv/onnv-gate/usr/src/cmd/oawk/
lib.c 376 * Since, iswdigit() will include digit from other than code set 0,
379 if (!(iswdigit(*s) && iswascii(*s)) && *s != radixpoint)
381 if (iswdigit(*s) && iswascii(*s)) {
385 } while (iswdigit(*s) && iswascii(*s));
393 if (iswdigit(*s) && iswascii(*s)) {
397 } while (iswdigit(*s) && iswascii(*s));
407 if (!(iswdigit(*s) && iswascii(*s)))
412 } while (iswdigit(*s) && iswascii(*s));
  /onnv/onnv-gate/usr/src/head/
wchar.h 132 extern int iswdigit(wint_t);
155 extern int iswdigit();
wctype.h 53 using std::iswdigit;
  /onnv/onnv-gate/usr/src/lib/libc/port/i18n/
wcstol.c 40 #define DIGIT(x) (iswdigit(x) ? (x) - L'0' : \
wcstoul.c 40 #define DIGIT(x) (iswdigit(x) ? (x) - L'0' : \
  /onnv/onnv-gate/usr/src/lib/libast/common/regex/
regclass.c 79 static int Isdigit(int c) { return iswdigit(c); }
80 static int Notdigit(int c) { return !iswdigit(c); }
reglib.h 218 #ifndef iswdigit
219 #define iswdigit(x) isdigit(x) macro
  /onnv/onnv-gate/usr/src/cmd/sgs/yacc/common/
y2.c 954 while (iswdigit(s[i]) && i <= 4) {
1004 if (iswdigit(s[i]))
1074 iswdigit(c) || c == L'_')
1191 if (iswdigit(c)) { /* number */
1195 iswdigit(c);
1206 iswdigit(c) || c == L'_' ||
    [all...]
y4.c 465 if (iswdigit(c))
  /onnv/onnv-gate/usr/src/lib/libxcurses/h/
m_wchar.h 347 #undef iswdigit macro
362 #define iswdigit(c) isdigit(c) macro
  /onnv/onnv-gate/usr/src/cmd/awk_xpg4/
awk1.c 420 } else if (iswdigit(c) || c == '.') {
748 if (iswdigit(c))
794 } while (iswalpha(c) || iswdigit(c) || c == '_');
977 if (iswdigit(c))
    [all...]
awk3.c 1510 !iswdigit(*++cp)))
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sort/common/
fields.c 978 if (!iswdigit(number[i]))
996 if (!iswdigit(number[i]))
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/
mapfile-vers 867 iswdigit;
llib-lc     [all...]
  /onnv/onnv-gate/usr/src/tools/abi/
interface.sparc 793 SYMBOL iswdigit
    [all...]
interface.i386 774 SYMBOL iswdigit
    [all...]

Completed in 3529 milliseconds