Home
last modified time | relevance | path

Searched refs:orphs_1 (Results 1 – 5 of 5) sorted by relevance

/dports/games/dungeon/dungeon-3.2_1/
H A DNP1.C235 orphs_1.oact = 0;
258 j = orphs_1.oname & orphs_1.oflag;
294 pv_1.act = orphs_1.oflag & orphs_1.oact;
329 pv_1.act = orphs_1.oflag & orphs_1.oact;
340 if (orphs_1.oflag != 0 && orphs_1.oprep != 0 && prep == 0 && pv_1.o1 != 0
341 && pv_1.o2 == 0 && pv_1.act == orphs_1.oact) {
391 if (orphs_1.oslot != 0) {
395 pv_1.p1 = orphs_1.oprep;
402 pv_1.p2 = orphs_1.oprep;
403 pv_1.o1 = orphs_1.oslot;
H A DNP.C143 orphs_1.oflag = o1;
145 orphs_1.oact = o2;
146 orphs_1.oslot = o3;
147 orphs_1.oprep = o4;
148 orphs_1.oname = o5;
H A DNP3.C44 qprep = orphs_1.oflag & orphs_1.oprep; in synmch_()
123 pv_1.o1 = orphs_1.oflag & orphs_1.oslot; in synmch_()
159 pv_1.o1 = orphs_1.oflag & orphs_1.oslot; in synmch_()
H A DDINIT.C177 orphs_1.oflag = 0; in init_()
179 orphs_1.oact = 0; in init_()
180 orphs_1.oslot = 0; in init_()
181 orphs_1.oprep = 0; in init_()
182 orphs_1.oname = 0; in init_()
H A DVARS.H31 #define orphs_1 orphs_ macro
32 #define orp ((integer *)&orphs_1)