HomeSort by: relevance | last modified time | path
    Searched refs:DIRS (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/fs/nfs/
nfs2netbsd.sh 33 DIRS=$(echo "$FILES" | sed 's,/[^/*]*$,,' | sort -u)
35 MOREFILES=$(cd "$FTOP" && find $DIRS -name '*.h' -print)
42 ALLDIRS=$(echo "$DIRS" | awk -F/ '
134 # to merge those dirs.
147 # Now rearrange the dirs.
  /src/usr.bin/showmount/
showmount.c 67 #define DIRS 2
131 type = DIRS;
190 case DIRS:
319 case DIRS:
444 case DIRS:
  /src/games/rogue/
level.c 360 rooms[room2].doors[(((dir+4)%DIRS)/2)].oth_room = room1;
361 rooms[room2].doors[(((dir+4)%DIRS)/2)].oth_row = row1;
362 rooms[room2].doors[(((dir+4)%DIRS)/2)].oth_col = col1;
566 door_dir = ((tunnel_dir + 4) % DIRS);
647 char dirs[4]; local in function:make_maze
650 dirs[0] = UPWARD;
651 dirs[1] = DOWN;
652 dirs[2] = LEFT;
653 dirs[3] = RIGHT;
664 SWAP(dirs[t1], dirs[t2])
    [all...]
zap.c 392 dir = get_rand(0, DIRS-1);
rogue.h 405 #define DIRS 8

Completed in 46 milliseconds