Searched refs:plgend (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dtopten.c56 char plgend[ROLESZ+1]; member in struct:toptenentry
160 tt->plrole, tt->plgend,
167 Strcpy(tt->plgend, (tt->plgend[0] == 'M') ? "Mal" : "Fem");
170 tt->plrole, tt->plrace, tt->plgend,
212 tt->plrole[0], tt->plgend[0],
220 tt->plrole, tt->plrace, tt->plgend, tt->plalign,
311 (void) strncpy(t0->plgend, genders[flags.female].filecode, ROLESZ);
312 t0->plgend[ROLESZ] = '\0';
515 t1->plrole[0] = t1->plrace[0] = t1->plgend[
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dtopten.c56 char plgend[ROLESZ+1]; member in struct:toptenentry
160 tt->plrole, tt->plgend,
167 Strcpy(tt->plgend, (tt->plgend[0] == 'M') ? "Mal" : "Fem");
170 tt->plrole, tt->plrace, tt->plgend,
212 tt->plrole[0], tt->plgend[0],
220 tt->plrole, tt->plrace, tt->plgend, tt->plalign,
311 (void) strncpy(t0->plgend, genders[flags.female].filecode, ROLESZ);
312 t0->plgend[ROLESZ] = '\0';
515 t1->plrole[0] = t1->plrace[0] = t1->plgend[
[all...]

Completed in 28 milliseconds