DIR 76 modules/core/src/glob.cpp DIR* opendir(const char* path) DIR 78 modules/core/src/glob.cpp DIR* dir = new DIR; DIR 100 modules/core/src/glob.cpp dirent* readdir(DIR* dir) DIR 125 modules/core/src/glob.cpp void closedir(DIR* dir) DIR 140 modules/core/src/glob.cpp static bool isDir(const cv::String& path, DIR* dir) DIR 222 modules/core/src/glob.cpp DIR *dir; DIR 68 modules/imgproc/src/floodfill.cpp #define ICV_PUSH( Y, L, R, PREV_L, PREV_R, DIR ) \ DIR 75 modules/imgproc/src/floodfill.cpp tail->dir = (short)(DIR); \ DIR 85 modules/imgproc/src/floodfill.cpp #define ICV_POP( Y, L, R, PREV_L, PREV_R, DIR ) \ DIR 93 modules/imgproc/src/floodfill.cpp DIR = tail->dir; \