Home
last modified time | relevance | path

Searched refs:exits_1 (Results 1 – 13 of 13) sorted by relevance

/dports/games/dungeon/dungeon-3.2_1/
H A DDSO3.C32 i = exits_1.travel[xi - 1];
49 curxt_1.xobj = exits_1.travel[xi + 1] & xpars_1.xrmask;
50 curxt_1.xactio = exits_1.travel[xi + 1] / xpars_1.xashft;
52 curxt_1.xstrng = exits_1.travel[xi];
H A DGDT.C282 if (! (j > 0 && j <= exits_1.xlnt && (k > 0 && k <= exits_1.xlnt) && j <= in gdt_()
299 printf("%7d", exits_1.travel[l1 - 1]); in gdt_()
323 printf("R=%d, X=%d, O=%d, C=%d\n", rooms_1.rlnt, exits_1.xlnt, in gdt_()
613 if (! (j > 0 && j <= exits_1.xlnt)) { in gdt_()
617 printf("Old= %6d New= ", exits_1.travel[j - 1]); in gdt_()
621 sscanf(buf, "%d", &exits_1.travel[j - 1]); in gdt_()
H A DDINIT.C157 exits_1.xlnt = 1; in init_()
247 exits_1.travel[i - 1] = 0; in init_()
369 exits_1.xlnt = rdint(indxfile); in init_()
370 rdints(exits_1.xlnt, &exits_1.travel[0], indxfile); in init_()
H A DSVERBS.C611 exits_1.travel[rooms_1.rexit[play_1.here - 1]] = 214;
633 exits_1.travel[rooms_1.rexit[play_1.here - 1]] = 217;
H A DVARS.H384 #define exits_1 exits_ macro
H A DDVERB2.C410 curxt_1.xroom1 = exits_1.travel[rooms_1.rexit[play_1.here - 1] + i - 1] &
/dports/games/dungeon/dungeon-3.2_1/dungeon-gdt/
H A Dgdt.c409 if (!valid2(arg1, arg2, exits_1.xlnt)) { in gdt_()
425 (exits_1.travel[k - 1] >= 0)? in gdt_()
427 exits_1.travel[k - 1] & 0xffff); in gdt_()
436 if (!valid1(arg1, exits_1.xlnt)) { in gdt_()
441 exits_1.travel[arg1 - 1]); in gdt_()
445 exits_1.travel[arg1 - 1] = arg2; in gdt_()
464 rooms_1.rlnt, exits_1.xlnt, objcts_1.olnt, in gdt_()
H A Ddungeon.c76 exits_1.xlnt = 1; in dungeon_main()
177 exits_1.travel[i__ - 1] = 0; in dungeon_main()
H A Dgame.c482 f_get_ints(datafile, &exits_1.xlnt, 1); in initfl_()
483 f_get_ints(datafile, &exits_1.travel[0], 1000); in initfl_()
H A Dsubr.c1135 i__ = exits_1.travel[xi - 1]; in findxt_()
1150 curxt_1.xobj = exits_1.travel[xi + 1] & 255; in findxt_()
1152 curxt_1.xactio = exits_1.travel[xi + 1] / 256; in findxt_()
1154 curxt_1.xstrng = exits_1.travel[xi]; in findxt_()
H A Dverbs.c2363 exits_1.travel[rooms_1.rexit[play_1.here - 1]] = 214; in vappli_()
2390 exits_1.travel[rooms_1.rexit[play_1.here - 1]] = 1041; in vappli_()
3541 f_put_ints(savefile, &exits_1.travel[0], 1000); in savegm_()
3650 f_get_ints(savefile, &exits_1.travel[0], 1000); in rstrgm_()
3906 curxt_1.xroom1 = exits_1.travel[rooms_1.rexit[play_1.here - 1] + i__ - 1] in cxappl_()
H A Dcommons.h63 } exits_1; variable
H A Dcommons.c15 struct exits_1_ exits_1; variable