Home
last modified time | relevance | path

Searched refs:NextGlob (Results 1 – 8 of 8) sorted by last modified time

/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/
H A Di_glob.c243 static char *NextGlob(glob_t *glob) in NextGlob() function
271 name = NextGlob(glob); in ReadAllFilenames()
334 glob->last_filename = NextGlob(glob); in I_NextGlob()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.h68 std::unique_ptr<GlobList> NextGlob; variable
H A DClangTidyDiagnosticConsumer.cpp152 NextGlob(Globs.empty() ? nullptr : new GlobList(Globs)) {} in GlobList()
158 if (NextGlob) in contains()
159 Contains = NextGlob->contains(S, Contains); in contains()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.cpp147 NextGlob(Globs.empty() ? nullptr : new GlobList(Globs)) {} in GlobList()
153 if (NextGlob) in contains()
154 Contains = NextGlob->contains(S, Contains); in contains()
H A DClangTidyDiagnosticConsumer.h69 std::unique_ptr<GlobList> NextGlob; variable
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.h69 std::unique_ptr<GlobList> NextGlob; variable
H A DClangTidyDiagnosticConsumer.cpp147 NextGlob(Globs.empty() ? nullptr : new GlobList(Globs)) {} in GlobList()
153 if (NextGlob) in contains()
154 Contains = NextGlob->contains(S, Contains); in contains()
/dports/www/sarg/sarg-2.4.0/
H A Dfilelist.c93 int NextGlob; member
432 if (FIter->NextGlob>0) in FileListIter_Next()
434 if (FIter->NextGlob<FIter->Glob.gl_pathc) in FileListIter_Next()
436 Path=FIter->Glob.gl_pathv[FIter->NextGlob++]; in FileListIter_Next()
440 FIter->NextGlob=0; in FileListIter_Next()
466 FIter->NextGlob=1; in FileListIter_Next()
535 if (FIter->NextGlob>0) globfree(&FIter->Glob); in FileListIter_Close()