Searched refs:NORTH (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/games/battlestar/
H A Droom.c46 compass = NORTH;
78 case NORTH:
114 case NORTH:
116 case NORTH:
128 case NORTH:
140 case NORTH:
152 case NORTH:
173 case NORTH:
195 direction = NORTH;
202 direction = NORTH;
[all...]
H A Dinit.c59 direction = NORTH;
H A Dextern.h145 #define NORTH 1010 macro
H A Dcommand2.c164 printf("Your compass points %s.\n", truedirec(NORTH,'-'));
/openbsd-current/games/hunt/hunt/
H A Dotto.c60 # undef NORTH macro
82 # define NORTH 0 macro
146 case '^': facing = NORTH; break;
271 case NORTH:
272 if (been_there[row - 1][col] & NORTH)
286 been_there[r][col] |= NORTH;
398 case NORTH: row--; break;
441 case NORTH:
447 else if (dir == NORTH
453 else if (dir == NORTH)
[all...]
/openbsd-current/games/hunt/huntd/
H A Dmakemaze.c200 stat |= NORTH;
213 case NORTH | SOUTH:
214 case NORTH:
H A Dshots.c464 dir = NORTH;
481 mask |= NORTH, count++;
512 if (mask & NORTH)
513 mask &= ~NORTH, count--;
519 if (n >= 0 && mask & NORTH)
520 dir = NORTH, n--;
541 case NORTH:
943 dirmask |= NORTH, count++;
954 dirmask |= NORTH, count++;
963 dirmask |= NORTH, coun
[all...]
H A Dserver.h79 #define NORTH 01 macro
/openbsd-current/sys/dev/wscons/
H A Dwstpad.c278 #define NORTH(d) ((d) == 0 || (d) == 11) macro
540 if (!(NORTH(dir) || SOUTH(dir)))
552 if ((dy > 0 && !NORTH(dir)) || (dy < 0 && !SOUTH(dir)))
1145 if (t->y >= tp->edge.low || (NORTH(t->dir) &&
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A DName.pl23588 NORTH WEST ARROW
23591 NORTH EAST ARROW
23690 NORTH WEST ARROW TO LONG BAR
23780 NORTH WEST DOUBLE ARROW
23783 NORTH EAST DOUBLE ARROW
23861 NORTH WEST ARROW TO CORNER
28076 HEAVY NORTH EAST ARROW
28160 BLACK-FEATHERED NORTH EAST ARROW
28169 HEAVY BLACK-FEATHERED NORTH EAST ARROW
29249 NORTH WES
[all...]
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dunicode_constants.pl600 \b (UP|DOWN|NORTH|SOUTH) /gx

Completed in 213 milliseconds