HomeSort by: relevance | last modified time | path
    Searched defs:roles (Results 1 - 4 of 4) sorted by relevancy

  /src/games/hack/
hack.u_init.c 83 static const char *(roles[]) = { /* must all have distinct first letter */ variable in typeref:typename:const char * ([])
84 /* roles[4] may be changed to -woman */
88 #define NR_OF_ROLES SIZE(roles)
171 roles[4] = "Cave-woman";
173 rolesyms[i] = roles[i][0];
198 printf(" a %s", roles[i]);
233 roles[i]);
245 roles[i][0] = pc;
251 (void) strncpy(pl_character, roles[i], PL_CSIZ - 1);
  /src/sys/dev/ic/
isp_netbsd.c 76 static const char *roles[4] = { variable in typeref:typename:const char * [4]
312 ifc->role = lp->roles;
1280 (lp->roles & (SVC3_TGT_ROLE >> SVC3_ROLE_SHIFT))) {
1304 roles[lp->roles], "arrived at", tgt,
1313 roles[lp->roles], "arrived",
1337 roles[lp->roles],
1346 lp->roles = lp->new_roles
    [all...]
isp_library.c 457 const char *roles[4] = { local in function:isp_dump_portdb
471 chan, i, lp->handle, dbs[lp->state], lp->autologin, mb, roles[lp->roles], lp->portid, roles[lp->new_roles], lp->new_portid,
527 * Change Roles
ispvar.h 448 roles : 2, member in struct:__anon8dd872cf0408

Completed in 18 milliseconds