Home | History | Annotate | Download | only in hack

Lines Matching refs:scrsym

134 	if (crm->seen && crm->scrsym == ch)
136 crm->scrsym = ch;
176 at(prevx, prevy, levl[prevx][prevy].scrsym);
208 at(xx, yy, levl[xx][yy].scrsym);
289 levl[(u.udisx = u.ux)][(u.udisy = u.uy)].scrsym = u.usym;
308 at(x, y, room->scrsym);
310 at(x, y, room->scrsym);
344 at(x, y, room->scrsym);
346 at(x, y, room->scrsym);
422 else if (!room->seen || room->scrsym == ' ') {
457 tmp = room->scrsym; /* %% wrong after killing
496 /* used with wand of digging (or pick-axe): fill scrsym and force display */
507 if (room->scrsym != newscrsym) {
508 room->scrsym = newscrsym;
522 if (room->scrsym == '.' && !room->lit && !Blind) {
523 room->scrsym = ' ';
695 at(x, y, room->scrsym);