DIR               410 lib/vfs/interface.c DIR *
DIR               447 lib/vfs/interface.c     return (DIR *) handlep;
DIR               453 lib/vfs/interface.c mc_readdir (DIR * dirp)
DIR               497 lib/vfs/interface.c mc_closedir (DIR * dirp)
DIR                52 lib/vfs/path.h         DIR *info;
DIR               311 lib/vfs/vfs.h  DIR *mc_opendir (const vfs_path_t * vpath);
DIR               312 lib/vfs/vfs.h  struct vfs_dirent *mc_readdir (DIR * dirp);
DIR               313 lib/vfs/vfs.h  int mc_closedir (DIR * dir);
DIR               136 lib/widget/input_complete.c     static DIR *directory = NULL;
DIR               637 src/filemanager/dir.c     DIR *dirp;
DIR               710 src/filemanager/dir.c     DIR *dirp;
DIR               651 src/filemanager/file.c     DIR *dir;
DIR              1466 src/filemanager/file.c     DIR *reading;
DIR              1529 src/filemanager/file.c     DIR *dir;
DIR              2953 src/filemanager/file.c     DIR *reading;
DIR              1273 src/filemanager/find.c     static DIR *dirp = NULL;
DIR               813 src/filemanager/mountlist.c         DIR *dirp;
DIR              1179 src/filemanager/mountlist.c         DIR *dirp = opendir ("/dev/fs");
DIR               902 src/filemanager/treestore.c     DIR *dirp;
DIR                85 src/vfs/local/local.c     DIR **local_info;
DIR                86 src/vfs/local/local.c     DIR *dir = NULL;
DIR               111 src/vfs/local/local.c     local_info = (DIR **) g_new (DIR *, 1);
DIR               124 src/vfs/local/local.c     d = readdir (*(DIR **) data);
DIR               136 src/vfs/local/local.c     i = closedir (*(DIR **) data);