| /src/games/battlestar/ |
| room.c | 52 compass = NORTH; 84 case NORTH: 87 ahead = here.north; 95 back = here.north; 99 left = here.north; 107 right = here.north; 120 case NORTH: 122 case NORTH: 136 case NORTH: 150 case NORTH [all...] |
| command6.c | 213 if (location[position].north) 214 position = location[position].north; 254 if (location[189].north == 231)
|
| command3.c | 251 location[189].north = 231;
|
| extern.h | 144 #define NORTH 1010 244 #define north link[0] macro
|
| command4.c | 271 location[189].north = 231;
|
| /src/external/gpl2/groff/dist/src/preproc/pic/ |
| object.h | 52 virtual position north();
|
| object.cpp | 316 position object::north() function in class:object 671 position north() { return position(cent.x, cent.y + dim.y/2.0); } function in class:rectangle_object 1210 position north() { return (en.y - strt.y) > 0 ? en : strt; } function in class:line_object 1523 position north(); 1552 position arc_object::north() function in class:arc_object
|
| pic.y | 190 %token NORTH 243 %left UPPER LOWER NORTH SOUTH EAST WEST CENTER START END 1396 { $$ = &object::north; } 1418 { $$ = &object::north; } 1445 | NORTH 1446 { $$ = &object::north; }
|
| /src/lib/libc/time/ |
| tzselect.ksh | 64 for Paris (in degrees and minutes, North and East), or 496 echo >&2 '40 degrees 42 minutes north,' \
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/ |
| timezone.d | 219 bool north = true) 241 immutable stdDate = DateTime(2010, north ? 1 : 7, 1, 6, 0, 0); 242 immutable dstDate = DateTime(2010, north ? 7 : 1, 1, 6, 0, 0);
|
| /src/external/bsd/unbound/dist/sldns/ |
| str2wire.c | 2294 goto north; 2312 north:
|