Home | History | Annotate | Download | only in huntd

Lines Matching defs:rpp

267 	PLAYER *rpp;
272 rpp = pp;
273 cgoto(rpp, y, x);
274 if (x == rpp->p_x && y == rpp->p_y)
275 outch(rpp, translate(ch));
277 outch(rpp, player_sym(rpp, y, x));
279 outch(rpp, ch);
280 ((char *) rpp->p_maze)[indx] = ch;