Home
last modified time | relevance | path

Searched refs:thfpos (Results 1 – 15 of 15) sorted by relevance

/dports/games/dungeon/dungeon-3.2_1/
H A DACTORS.C159 hack_1.thfpos = rhere; in thiefd_()
162 if (hack_1.thfpos == play_1.here) { in thiefd_()
166 if (hack_1.thfpos != rindex_1.treas) { in thiefd_()
186 i = robadv_(i__1, hack_1.thfpos, 0, 0); in thiefd_()
196 if (hack_1.thfpos == rindex_1.treas) { in thiefd_()
312 if (hack_1.thfpos < rindex_1.maze1 || hack_1.thfpos > rindex_1.maz15 || in thiefd_()
368 --hack_1.thfpos; in thiefd_()
370 if (hack_1.thfpos <= 0) { in thiefd_()
371 hack_1.thfpos = rooms_1.rlnt; in thiefd_()
391 if (hack_1.thfpos != play_1.here) { in thiefd_()
[all …]
H A DDVERB2.C40 do_uio(1, &hack_1.thfpos, sizeof(integer)); in savegm_()
132 do_uio(1, &hack_1.thfpos, sizeof(integer)); in rstrgm_()
H A DVILLNS.C329 if (qhere_(oindex_1.still, hack_1.thfpos)) {
H A DVARS.H283 integer thfpos; member
H A DDINIT.C433 hack_1.thfpos = objcts_1.oroom[oindex_1.thief - 1]; in init_()
H A DROOMS.C718 hack_1.thfpos = play_1.here;
H A DGDT.C311 hack_1.thfpos, hack_1.thfflg ? 'T' : 'F', in gdt_()
/dports/games/dungeon/dungeon-3.2_1/dungeon-gdt/
H A Dtimefnc.c1993 hack_1.thfpos = rhere; in thiefd_()
2000 if (hack_1.thfpos != 103) { in thiefd_()
2023 if (qhere_(&i__, &hack_1.thfpos)) { in thiefd_()
2032 if (qhere_(&c__154, &hack_1.thfpos)) { in thiefd_()
2041 if (hack_1.thfpos == 103) { in thiefd_()
2179 if (hack_1.thfpos < 11 || hack_1.thfpos > 30 || play_1.here < 11 || in thiefd_()
2242 --hack_1.thfpos; in thiefd_()
2244 if (hack_1.thfpos <= 0) { in thiefd_()
2245 hack_1.thfpos = rooms_1.rlnt; in thiefd_()
2259 if (hack_1.thfpos == 103) { in thiefd_()
[all …]
H A Dgame.c556 hack_1.thfpos = objcts_1.oroom[60]; in initfl_()
H A Dcommons.h85 integer thfpos; member
H A Dgdt.c453 hack_1.thfpos, hack_1.thfflg, hack_1.thfact, in gdt_()
H A Drooms.c884 hack_1.thfpos = play_1.here; in rappli_()
H A Dverbs.c3504 f_put_ints(savefile, &hack_1.thfpos, 1); in savegm_()
3613 f_get_ints(savefile, &hack_1.thfpos, 1); in rstrgm_()
H A Dobjects.c5104 if (qhere_(&c__62, &hack_1.thfpos)) { in thiefp_()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/layoutmgr/table/
H A DTableContentLayoutManager.java410 TableHeaderFooterPosition thfpos = (TableHeaderFooterPosition)pos; in addAreas() local
412 if (thfpos.header) { in addAreas()
414 headerElements = thfpos.nestedElements; in addAreas()
417 footerElements = thfpos.nestedElements; in addAreas()