Searched refs:plrole (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.c54 char plrole[ROLESZ+1]; member in struct:toptenentry
160 tt->plrole, tt->plgend,
163 tt->plrole[1] = '\0';
164 if ((i = str2role(tt->plrole)) >= 0)
165 Strcpy(tt->plrole, roles[i].filecode);
170 tt->plrole, tt->plrace, tt->plgend,
212 tt->plrole[0], tt->plgend[0],
220 tt->plrole, tt->plrace, tt->plgend, tt->plalign,
307 (void) strncpy(t0->plrole, urole.filecode, ROLESZ);
308 t0->plrole[ROLES
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dtopten.c54 char plrole[ROLESZ+1]; member in struct:toptenentry
160 tt->plrole, tt->plgend,
163 tt->plrole[1] = '\0';
164 if ((i = str2role(tt->plrole)) >= 0)
165 Strcpy(tt->plrole, roles[i].filecode);
170 tt->plrole, tt->plrace, tt->plgend,
212 tt->plrole[0], tt->plgend[0],
220 tt->plrole, tt->plrace, tt->plgend, tt->plalign,
307 (void) strncpy(t0->plrole, urole.filecode, ROLESZ);
308 t0->plrole[ROLES
[all...]

Completed in 31 milliseconds