Searched refs:isglob (Results 1 – 6 of 6) sorted by relevance
115 bool isglob __attribute__((__unused__))) in got_tp() argument210 got_tp(const std::string& name, bool isglob) in got_tp() argument212 if (isglob) { in got_tp()
103 got_tp(const std::string& name, bool isglob) in got_tp() argument105 m_calls.push_back("got_tp(" + name + ", " + (isglob ? "true" : "false") in got_tp()
113 #define isglob(a) (strchr("*[]?", (a)) != NULL) macro
322 } else if (isglob(*cp)) { in ce_inc_search()
66 #define isglob(c) cmap(c, _GLOB) macro
571 else if (isglob(c)) in tglob()