Home
last modified time | relevance | path

Searched refs:getdir (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/lib/librefuse/refuse/
H A Dv21.h49 int (*getdir) (const char *, fuse_dirh_t, fuse_dirfil_t_v11); member
H A Dv11.h53 int (*getdir) (const char *, fuse_dirh_t, fuse_dirfil_t_v11); member
H A Dv23.h53 int (*getdir) (const char *, fuse_dirh_t, fuse_dirfil_t_v22); member
H A Dv22.h53 int (*getdir) (const char *, fuse_dirh_t, fuse_dirfil_t_v22); member
H A Dv28.h49 int (*getdir) (const char *, fuse_dirh_t, fuse_dirfil_t_v22); member
H A Dv25.h49 int (*getdir) (const char *, fuse_dirh_t, fuse_dirfil_t_v22); member
H A Dv29.h49 int (*getdir) (const char *, fuse_dirh_t, fuse_dirfil_t_v22); member
H A Dv26.h49 int (*getdir) (const char *, fuse_dirh_t, fuse_dirfil_t_v22); member
H A Dfs.c856 if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->getdir) \ in fuse_fs_readdir_v27()
857 …return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->getdir(path, &v23_shim, fuse_dirfi… in fuse_fs_readdir_v27()
867 if (((const struct fuse_operations_v22*)fs->op)->getdir) in fuse_fs_readdir_v27()
868 …return ((const struct fuse_operations_v22*)fs->op)->getdir(path, &v23_shim, fuse_dirfil_v22_to_fil… in fuse_fs_readdir_v27()
880 else if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->getdir) \ in fuse_fs_readdir_v27()
881 …return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->getdir(path, &v23_shim, fuse_dirfi… in fuse_fs_readdir_v27()
/netbsd-src/games/hack/
H A Dhack.apply.c142 if (!getdir(1)) { /* ask: in what direction? */ in use_camera()
468 if (!getdir(0)) /* no txt */ in use_pick_axe()
H A Dhack.search.c181 if (!getdir(1)) in doidtrap()
H A Dhack.cmd.c303 getdir(boolean s) in getdir() function
H A Dextern.h73 int getdir(boolean);
H A Dhack.do.c339 if (!obj || !getdir(1)) /* ask "in what direction?" */ in dothrow()
H A Dhack.zap.c215 if (!(objects[obj->otyp].bits & NODIR) && !getdir(1)) in dozap()