Home
last modified time | relevance | path

Searched defs:isglob (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/atf/dist/tools/
Datffile.cpp115 bool isglob __attribute__((__unused__))) in got_tp()
210 got_tp(const std::string& name, bool isglob) in got_tp()
Datffile_test.cpp103 got_tp(const std::string& name, bool isglob) in got_tp()
/netbsd/src/lib/libedit/
Dchared.h113 #define isglob(a) (strchr("*[]?", (a)) != NULL) macro
/netbsd/src/bin/csh/
Dchar.h66 #define isglob(c) cmap(c, _GLOB) macro