Home
last modified time | relevance | path

Searched refs:goldobj (Results 1 – 12 of 12) sorted by relevance

/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dinvent.c4022 struct obj *obj, *prevobj, *goldobj; in reassign() local
4025 prevobj = goldobj = 0; in reassign()
4028 goldobj = obj; in reassign()
4030 prevobj->nobj = goldobj->nobj; in reassign()
4032 g.invent = goldobj->nobj; in reassign()
4040 if (goldobj) { in reassign()
4041 goldobj->invlet = GOLD_SYM; in reassign()
4042 goldobj->nobj = g.invent; in reassign()
4043 g.invent = goldobj; in reassign()
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dinvent.c3982 struct obj *obj, *prevobj, *goldobj; in reassign() local
3985 prevobj = goldobj = 0; in reassign()
3988 goldobj = obj; in reassign()
3990 prevobj->nobj = goldobj->nobj; in reassign()
3992 invent = goldobj->nobj; in reassign()
4000 if (goldobj) { in reassign()
4001 goldobj->invlet = GOLD_SYM; in reassign()
4002 goldobj->nobj = invent; in reassign()
4003 invent = goldobj; in reassign()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dinvent.c3982 struct obj *obj, *prevobj, *goldobj; in reassign() local
3985 prevobj = goldobj = 0; in reassign()
3988 goldobj = obj; in reassign()
3990 prevobj->nobj = goldobj->nobj; in reassign()
3992 invent = goldobj->nobj; in reassign()
4000 if (goldobj) { in reassign()
4001 goldobj->invlet = GOLD_SYM; in reassign()
4002 goldobj->nobj = invent; in reassign()
4003 invent = goldobj; in reassign()
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Dapply.c2143 if (obj == &goldobj) {
2234 struct obj goldobj; local
2249 goldobj = *obj;
2251 obj = &goldobj;
/dports/games/nethack34/nethack-3.4.3/src/
H A Dapply.c1847 struct obj goldobj; local
1862 goldobj = *obj;
1864 obj = &goldobj;
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dapply.c1847 struct obj goldobj; local
1862 goldobj = *obj;
1864 obj = &goldobj;
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Dapply.c1853 struct obj goldobj; local
1868 goldobj = *obj;
1870 obj = &goldobj;
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Dapply.c1847 struct obj goldobj; local
1862 goldobj = *obj;
1864 obj = &goldobj;
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dapply.c1887 struct obj goldobj; local
1902 goldobj = *obj;
1904 obj = &goldobj;
/dports/games/vultures-eye/vulture-2.3.67/unnethack/sys/autoconf/
H A Dconfigure.ac436 NETHACK_ARG(goldobj,[Gold is kept on object chains (experimental)],GOLDOBJ,no)
/dports/games/unnethack/unnethack-5.1.0-20131208/sys/autoconf/
H A Dconfigure.ac456 NETHACK_ARG(goldobj,[Gold is kept on object chains (experimental)],GOLDOBJ,no)
/dports/games/vultures-eye/vulture-2.3.67/unnethack/
H A Dconfigure1424 --enable-goldobj Gold is kept on object chains (experimental)