| /src/games/hack/ | 
| def.mkroom.h | 67 	schar lx,hx,ly,hy;	/* usually xchar, but hx may be -1 */ 68 	schar rtype,rlit,doorct,fdoor;
 
 | 
| def.mkroom.h | 67 	schar lx,hx,ly,hy;	/* usually xchar, but hx may be -1 */ 68 	schar rtype,rlit,doorct,fdoor;
 
 | 
| config.h | 159  *	typedef	char	schar; 161  *	typedef	short int schar;
 166 typedef	short int	schar;  typedef in typeref:typename:short int
 168 typedef	char		schar;  typedef in typeref:typename:char
 185 typedef schar	xchar;
 
 | 
| config.h | 159  *	typedef	char	schar; 161  *	typedef	short int schar;
 166 typedef	short int	schar;  typedef in typeref:typename:short int
 168 typedef	char		schar;  typedef in typeref:typename:char
 185 typedef schar	xchar;
 
 | 
| def.objclass.h | 75 	schar oc_prob;		/* probability for mkobj() */ 76 	schar oc_delay;		/* delay when using such an object */
 78 	schar oc_oc1, oc_oc2;
 
 | 
| def.objclass.h | 75 	schar oc_prob;		/* probability for mkobj() */ 76 	schar oc_delay;		/* delay when using such an object */
 78 	schar oc_oc1, oc_oc2;
 
 | 
| def.eshk.h | 78 	schar shoproom;		/* index in rooms; set by inshop() */ 
 | 
| def.eshk.h | 78 	schar shoproom;		/* index in rooms; set by inshop() */ 
 | 
| hack.h | 114 	schar dx, dy, dz;	/* direction of move (or zap or ... ) */ 116 	schar di;		/* direction of FF */
 121 	schar uluck;
 168 	schar ustr,ustrmax;
 169 	schar udaminc;
 170 	schar uac;
 221 extern schar xdir[], ydir[]; /* idem */
 
 | 
| hack.h | 114 	schar dx, dy, dz;	/* direction of move (or zap or ... ) */ 116 	schar di;		/* direction of FF */
 121 	schar uluck;
 168 	schar ustr,ustrmax;
 169 	schar udaminc;
 170 	schar uac;
 221 extern schar xdir[], ydir[]; /* idem */
 
 | 
| def.permonst.h | 69 	schar mlevel,mmove,ac,damn,damd; 
 | 
| def.permonst.h | 69 	schar mlevel,mmove,ac,damn,damd; 
 | 
| def.monst.h | 74 	schar mhp,mhpmax; 
 | 
| def.obj.h | 75 	schar spe;		/* quality of weapon, armor or ring (+ or -) 
 | 
| def.monst.h | 74 	schar mhp,mhpmax; 
 | 
| def.obj.h | 75 	schar spe;		/* quality of weapon, armor or ring (+ or -) 
 | 
| extern.h | 317 void tmp_at(schar, schar); 318 void Tmp_at(schar, schar);
 
 | 
| extern.h | 317 void tmp_at(schar, schar); 318 void Tmp_at(schar, schar);
 
 | 
| hack.cmd.c | 284 schar           xdir[10] = {-1, -1, 0, 1, 1, 1, 0, -1, 0, 0}; 285 schar           ydir[10] = {0, -1, -1, -1, 0, 1, 1, 1, 0, 0};
 286 static schar    zdir[10] = {0, 0, 0, 0, 0, 0, 0, 0, 1, -1};
 
 | 
| hack.cmd.c | 284 schar           xdir[10] = {-1, -1, 0, 1, 1, 1, 0, -1, 0, 0}; 285 schar           ydir[10] = {0, -1, -1, -1, 0, 1, 1, 1, 0, 0};
 286 static schar    zdir[10] = {0, 0, 0, 0, 0, 0, 0, 0, 1, -1};
 
 | 
| hack.mklev.c | 85 static schar nxcor; 108 static int maker(schar, schar, schar, schar);
 460 maker(schar lowx, schar ddx, schar lowy, schar ddy)
 
 | 
| hack.mklev.c | 85 static schar nxcor; 108 static int maker(schar, schar, schar, schar);
 460 maker(schar lowx, schar ddx, schar lowy, schar ddy)
 
 | 
| hack.pri.c | 160 tmp_at(schar x, schar y) 162 	static schar    prevx, prevy;
 191 Tmp_at(schar x, schar y)
 
 | 
| /src/common/lib/libprop/ | 
| prop_dictionary_util.c | 88 TEMPLATE(schar,    signed char) 142 STEMPLATE(schar,    signed char)
 
 | 
| prop_dictionary_util.c | 88 TEMPLATE(schar,    signed char) 142 STEMPLATE(schar,    signed char)
 
 |