Searched refs:races (Results 1 - 10 of 10) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Drole.c20 * With the introduction of races, some hit points and energy
405 /* Table of all races */
406 const struct Race races[] = { variable in typeref:struct:Race
566 return (racenum >= 0 && racenum < SIZE(races)-1 &&
567 (roles[rolenum].allow & races[racenum].allow & ROLE_RACEMASK));
577 /* Count the number of valid races */
578 for (i = 0; races[i].noun; i++)
579 if (roles[rolenum].allow & races[i].allow & ROLE_RACEMASK)
585 for (i = 0; races[i].noun; i++)
586 if (roles[rolenum].allow & races[
[all...]
H A Doptions.c3058 Sprintf(buf, "%s", rolestring(flags.initrace, races, noun));
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Drole.c20 * With the introduction of races, some hit points and energy
405 /* Table of all races */
406 const struct Race races[] = { variable in typeref:struct:Race
566 return (racenum >= 0 && racenum < SIZE(races)-1 &&
567 (roles[rolenum].allow & races[racenum].allow & ROLE_RACEMASK));
577 /* Count the number of valid races */
578 for (i = 0; races[i].noun; i++)
579 if (roles[rolenum].allow & races[i].allow & ROLE_RACEMASK)
585 for (i = 0; races[i].noun; i++)
586 if (roles[rolenum].allow & races[
[all...]
H A Doptions.c3058 Sprintf(buf, "%s", rolestring(flags.initrace, races, noun));
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dyou.h100 #define ROLE_RACEMASK 0x0ff8 /* allowable races */
192 extern const struct Race races[]; /* Table of available races */
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dyou.h100 #define ROLE_RACEMASK 0x0ff8 /* allowable races */
192 extern const struct Race races[]; /* Table of available races */
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dwintty.c453 /* Count the number of valid races */
456 for (i = 0; races[i].noun; i++) {
464 for (i = 0; races[i].noun; i++) {
479 for (i = 0; races[i].noun; i++)
483 add_menu(win, NO_GLYPH, &any, races[i].noun[0],
484 0, ATR_NONE, races[i].noun, MENU_UNSELECTED);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dwintty.c453 /* Count the number of valid races */
456 for (i = 0; races[i].noun; i++) {
464 for (i = 0; races[i].noun; i++) {
479 for (i = 0; races[i].noun; i++)
483 add_menu(win, NO_GLYPH, &any, races[i].noun[0],
484 0, ATR_NONE, races[i].noun, MENU_UNSELECTED);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex220 are thus the norm by which other races are often compared. Although
3263 and the races of dwarves, gnomes, and orcs made their first appearance in
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex220 are thus the norm by which other races are often compared. Although
3263 and the races of dwarves, gnomes, and orcs made their first appearance in

Completed in 121 milliseconds