/src/games/hunt/huntd/ |
shots.c | 799 int i, j, dirmask, count; local in function:move_slime 845 dirmask = 0; 850 dirmask |= WEST, count++; 852 dirmask |= NORTH, count++; 854 dirmask |= SOUTH, count++; 855 if (dirmask == 0) 857 dirmask |= EAST, count++; 861 dirmask |= EAST, count++; 863 dirmask |= NORTH, count++; 865 dirmask |= SOUTH, count++ [all...] |
/src/sys/fs/msdosfs/ |
msdosfsmount.h | 68 mode_t dirmask; /* v2: mask to be applied for msdosfs perms */ member in struct:msdosfs_args
|
/src/sys/compat/netbsd32/ |
netbsd32.h | 1161 mode_t dirmask; /* v2: mask to be applied for msdosfs perms */ member in struct:netbsd32_msdosfs_args
|