Home
last modified time | relevance | path

Searched refs:isglob (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/atf/dist/tools/
H A Datffile.cpp115 bool isglob __attribute__((__unused__))) in got_tp() argument
210 got_tp(const std::string& name, bool isglob) in got_tp() argument
212 if (isglob) { in got_tp()
H A Datffile_test.cpp103 got_tp(const std::string& name, bool isglob) in got_tp() argument
105 m_calls.push_back("got_tp(" + name + ", " + (isglob ? "true" : "false") in got_tp()
/netbsd-src/lib/libedit/
H A Dchared.h113 #define isglob(a) (strchr("*[]?", (a)) != NULL) macro
H A Dsearch.c322 } else if (isglob(*cp)) { in ce_inc_search()
/netbsd-src/bin/csh/
H A Dchar.h66 #define isglob(c) cmap(c, _GLOB) macro
H A Dglob.c571 else if (isglob(c)) in tglob()