Home
last modified time | relevance | path

Searched defs:ISGRAPH (Results 26 – 50 of 256) sorted by relevance

1234567891011

/dports/devel/remake/remake-4.3+dbg-1.5/glob/
H A Dfnmatch.c74 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro
76 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro
/dports/devel/remake/remake-4.3+dbg-1.5/lib/
H A Dfnmatch.c74 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro
76 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro
/dports/lang/gawk/gawk-5.1.1/missing_d/
H A Dfnmatch.c74 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro
76 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro
/dports/sysutils/snapraid/snapraid-12.1/cmdline/
H A Dfnmatch.c77 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro
79 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro
/dports/devel/gmake/make-4.3/lib/
H A Dfnmatch.c74 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro
76 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro
/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dglobal_vars.cpp57 #define ISGRAPH(c) ((((c) >= '0') && ((c) <= '9')) || (((c) >= 'a') && ((c) <= 'z')) || (((c) >= 'A… macro
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dwildmatch.c80 # define ISGRAPH(c) (ISASCII(c) && isgraph(c)) macro
82 # define ISGRAPH(c) (ISASCII(c) && isprint(c) && !isspace(c)) macro
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dwildmatch.c80 # define ISGRAPH(c) (ISASCII(c) && isgraph(c)) macro
82 # define ISGRAPH(c) (ISASCII(c) && isprint(c) && !isspace(c)) macro
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dwildmatch.c80 # define ISGRAPH(c) (ISASCII(c) && isgraph(c)) macro
82 # define ISGRAPH(c) (ISASCII(c) && isprint(c) && !isspace(c)) macro
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dwildmatch.c80 # define ISGRAPH(c) (ISASCII(c) && isgraph(c)) macro
82 # define ISGRAPH(c) (ISASCII(c) && isprint(c) && !isspace(c)) macro
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dwildmatch.c80 # define ISGRAPH(c) (ISASCII(c) && isgraph(c)) macro
82 # define ISGRAPH(c) (ISASCII(c) && isprint(c) && !isspace(c)) macro
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dwildmatch.c80 # define ISGRAPH(c) (ISASCII(c) && isgraph(c)) macro
82 # define ISGRAPH(c) (ISASCII(c) && isprint(c) && !isspace(c)) macro
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Dwildmatch.c80 # define ISGRAPH(c) (ISASCII(c) && isgraph(c)) macro
82 # define ISGRAPH(c) (ISASCII(c) && isprint(c) && !isspace(c)) macro
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Dwildmatch.c80 # define ISGRAPH(c) (ISASCII(c) && isgraph(c)) macro
82 # define ISGRAPH(c) (ISASCII(c) && isprint(c) && !isspace(c)) macro
/dports/devel/libgit2/libgit2-1.3.0/src/
H A Dwildmatch.c80 # define ISGRAPH(c) (ISASCII(c) && isgraph(c)) macro
82 # define ISGRAPH(c) (ISASCII(c) && isprint(c) && !isspace(c)) macro
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.19+1.1.0/libgit2/src/
H A Dwildmatch.c80 # define ISGRAPH(c) (ISASCII(c) && isgraph(c)) macro
82 # define ISGRAPH(c) (ISASCII(c) && isprint(c) && !isspace(c)) macro
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libgit2-sys-0.12.22+1.1.0/libgit2/src/
H A Dwildmatch.c80 # define ISGRAPH(c) (ISASCII(c) && isgraph(c)) macro
82 # define ISGRAPH(c) (ISASCII(c) && isprint(c) && !isspace(c)) macro
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/src/
H A Dwildmatch.c80 # define ISGRAPH(c) (ISASCII(c) && isgraph(c)) macro
82 # define ISGRAPH(c) (ISASCII(c) && isprint(c) && !isspace(c)) macro
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dwildmatch.c80 # define ISGRAPH(c) (ISASCII(c) && isgraph(c)) macro
82 # define ISGRAPH(c) (ISASCII(c) && isprint(c) && !isspace(c)) macro
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dwildmatch.c80 # define ISGRAPH(c) (ISASCII(c) && isgraph(c)) macro
82 # define ISGRAPH(c) (ISASCII(c) && isprint(c) && !isspace(c)) macro
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dwildmatch.c80 # define ISGRAPH(c) (ISASCII(c) && isgraph(c)) macro
82 # define ISGRAPH(c) (ISASCII(c) && isprint(c) && !isspace(c)) macro
/dports/lang/rust/rustc-1.58.1-src/vendor/libgit2-sys/libgit2/src/
H A Dwildmatch.c80 # define ISGRAPH(c) (ISASCII(c) && isgraph(c)) macro
82 # define ISGRAPH(c) (ISASCII(c) && isprint(c) && !isspace(c)) macro
/dports/sysutils/exa/exa-0.10.1/cargo-crates/libgit2-sys-0.12.18+1.1.0/libgit2/src/
H A Dwildmatch.c80 # define ISGRAPH(c) (ISASCII(c) && isgraph(c)) macro
82 # define ISGRAPH(c) (ISASCII(c) && isprint(c) && !isspace(c)) macro
/dports/textproc/bat/bat-0.18.3/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dwildmatch.c80 # define ISGRAPH(c) (ISASCII(c) && isgraph(c)) macro
82 # define ISGRAPH(c) (ISASCII(c) && isprint(c) && !isspace(c)) macro
/dports/devel/py-pygit2/pygit2-1.7.1/src/
H A Dwildmatch.c82 # define ISGRAPH(c) (ISASCII(c) && isgraph(c)) macro
84 # define ISGRAPH(c) (ISASCII(c) && isprint(c) && !isspace(c)) macro

1234567891011