DIR               402 lib/vfs/interface.c DIR *
DIR               440 lib/vfs/interface.c     return (DIR *) handlep;
DIR               446 lib/vfs/interface.c mc_readdir (DIR *dirp)
DIR               490 lib/vfs/interface.c mc_closedir (DIR *dirp)
DIR                52 lib/vfs/path.h         DIR *info;
DIR               314 lib/vfs/vfs.h  DIR *mc_opendir (const vfs_path_t *vpath);
DIR               315 lib/vfs/vfs.h  struct vfs_dirent *mc_readdir (DIR *dirp);
DIR               316 lib/vfs/vfs.h  int mc_closedir (DIR *dir);
DIR               132 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               638 src/filemanager/file.c     DIR *dir;
DIR              1441 src/filemanager/file.c     DIR *reading;
DIR              1503 src/filemanager/file.c     DIR *dir;
DIR              3015 src/filemanager/file.c     DIR *reading;
DIR              1269 src/filemanager/find.c     static DIR *dirp = NULL;
DIR               797 src/filemanager/mountlist.c         DIR *dirp;
DIR              1162 src/filemanager/mountlist.c         DIR *dirp = opendir ("/dev/fs");
DIR               902 src/filemanager/treestore.c     DIR *dirp;
DIR                86 src/vfs/local/local.c     DIR **local_info;
DIR                87 src/vfs/local/local.c     DIR *dir = NULL;
DIR               120 src/vfs/local/local.c     local_info = (DIR **) g_new (DIR *, 1);
DIR               133 src/vfs/local/local.c     d = readdir (*(DIR **) data);
DIR               145 src/vfs/local/local.c     i = closedir (*(DIR **) data);