hack.engrave.c | 92 engr_at(xchar x, xchar y) function in typeref:struct:engr * 106 struct engr *ep = engr_at(x, y); 135 struct engr *ep = engr_at(x, y); 165 struct engr *ep = engr_at(x, y); 189 if ((ep = engr_at(x, y)) != NULL) 209 struct engr *ep, *oep = engr_at(u.ux, u.uy);
|