Searched refs:pantheon (Results 1 - 6 of 6) sorted by path

/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dflag.h148 int pantheon; /* deity selection for priest character */ member in struct:flag
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dallmain.c495 flags.pantheon = -1; /* role_init() will reset this */
H A Drole.c1373 if (flags.pantheon == -1) { /* new game */
1414 if (flags.pantheon == -1) { /* new game */
1415 flags.pantheon = flags.initrole; /* use own gods */
1416 while (!roles[flags.pantheon].lgod) /* unless they're missing */
1417 flags.pantheon = randrole();
1420 urole.lgod = roles[flags.pantheon].lgod;
1421 urole.ngod = roles[flags.pantheon].ngod;
1422 urole.cgod = roles[flags.pantheon].cgod;
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dflag.h148 int pantheon; /* deity selection for priest character */ member in struct:flag
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dallmain.c495 flags.pantheon = -1; /* role_init() will reset this */
H A Drole.c1373 if (flags.pantheon == -1) { /* new game */
1414 if (flags.pantheon == -1) { /* new game */
1415 flags.pantheon = flags.initrole; /* use own gods */
1416 while (!roles[flags.pantheon].lgod) /* unless they're missing */
1417 flags.pantheon = randrole();
1420 urole.lgod = roles[flags.pantheon].lgod;
1421 urole.ngod = roles[flags.pantheon].ngod;
1422 urole.cgod = roles[flags.pantheon].cgod;

Completed in 99 milliseconds