Home
last modified time | relevance | path

Searched refs:_ISDIGIT (Results 76 – 100 of 100) sorted by relevance

1234

/dports/misc/clifm/clifm-1.3/src/
H A Dhistory.c714 if (*p == '!' && (_ISDIGIT(*(p + 1)) || (*(p + 1) == '-' in record_cmd()
715 && _ISDIGIT(*(p + 2))) || ((*(p + 1) == '!') && *(p + 2) == '\0'))) in record_cmd()
H A Dhelpers.h361 #define _ISDIGIT(n) ((unsigned int)(n) - '0' <= 9) macro
H A Dsuggestions.c1362 if (suggestion_buf && suggestion.printed && !_ISDIGIT(c)
H A Dexec.c1934 if (strchr(line, '=') && !_ISDIGIT(*line)) { in exec_profile()
/dports/misc/clifm/clifm-1.3/misc/codecov/
H A Dchecks.c.gcov524 #####: 299: && (_ISDIGIT(cmd[1]) || (cmd[1] == '-' && _ISDIGIT(cmd[2]))
712 1970: 392: if (c++ && _ISDIGIT(*p) && _ISALPHA(*(p - 1)))
H A Dhistory.c.gcov1516 313: 701: if (*p == '!' && (_ISDIGIT(*(p + 1)) || (*(p + 1) == '-'
1526 2: 702: && _ISDIGIT(*(p + 2))) || ((*(p + 1) == '!') && *(p + 2) == '\0')))
H A Dstrings.c.gcov1708 #####: 863: if (!_ISDIGIT(*p)) {
2207 732: 1104: if (substr[i][j] != '-' && !_ISDIGIT(substr[i][j]))
2229 9: 1109: _ISDIGIT(substr[i][j - 1]) && _ISDIGIT(substr[i][j + 1]))
H A Dsuggestions.c.gcov2911 1456: 1263: if (suggestion_buf && suggestion.printed && !_ISDIGIT(c)
H A Dexec.c.gcov4859 #####: 1795: if (strchr(line, '=') && !_ISDIGIT(*line)) {
/dports/mail/batv-milter/batv-milter-0.5.0/include/sm/
H A Dconf.h200 # define isdigit(__a) (_IS(__a,_ISDIGIT))
/dports/mail/libmilter/sendmail-8.16.1/include/sm/
H A Dconf.h197 # define isdigit(__a) (_IS(__a,_ISDIGIT))
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/include/
H A D__locale465 static const mask digit = _ISDIGIT;
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/include/
H A D__locale465 static const mask digit = _ISDIGIT;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/include/
H A D__locale465 static const mask digit = _ISDIGIT;
/dports/devel/libc++/libcxx-10.0.1.src/include/
H A D__locale467 static const mask digit = _ISDIGIT;
/dports/devel/emscripten/emscripten-2.0.3/system/include/libcxx/
H A D__locale465 static const mask digit = _ISDIGIT;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/include/
H A D__locale466 static const mask digit = _ISDIGIT;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/include/
H A D__locale488 static const mask digit = _ISDIGIT;
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/include/
H A D__locale488 static const mask digit = _ISDIGIT;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/include/
H A D__locale490 static const mask digit = _ISDIGIT;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/include/
H A D__locale488 static const mask digit = _ISDIGIT;
/dports/lang/zig/zig-0.9.0/lib/libcxx/include/
H A D__locale488 static const mask digit = _ISDIGIT;
/dports/lang/zig-devel/zig-0.9.0/lib/libcxx/include/
H A D__locale488 static const mask digit = _ISDIGIT;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/include/
H A D__locale488 static const mask digit = _ISDIGIT;
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/include/
H A D__locale488 static const mask digit = _ISDIGIT;

1234