Searched refs:ttyp (Results 1 – 8 of 8) sorted by relevance
40 struct ttyent *ttyp; in ttyslot() local53 for (slot = 1; (ttyp = getttyent()); ++slot) in ttyslot()54 if (!strcmp(ttyp->ty_name, p)) { in ttyslot()
93 if(ttmp->ttyp == PIERC){ in findit()147 pline("You find a%s.", traps[trap->ttyp]); in dosearch()148 if(trap->ttyp == PIERC) { in dosearch()173 if((u.dz < 0) != (!xdnstair && trap->ttyp == TRAPDOOR)) in doidtrap()175 pline("That is a%s.", traps[trap->ttyp]); in doidtrap()
93 ttmp->ttyp = typ; in maketrap()106 int ttype = trap->ttyp; in dotrap()199 impossible("You hit a trap of type %u", trap->ttyp); in dotrap()215 int tt = trap->ttyp; in mintrap()328 switch(trap->ttyp) { in float_down()
68 unsigned ttyp:5; member
407 ttmp->ttyp = TRAPDOOR; in dighole()
809 if(mazeflag && !rn2(10) && ttmp->ttyp < PIERC) in mktrap()
600 tt = 1 << ttmp->ttyp; in mfndpos()
240 switch(ttmp->ttyp) { in domove()