HomeSort by: relevance | last modified time | path
    Searched refs:schar (Results 1 - 23 of 23) sorted by relevancy

  /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;
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.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 */
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 -)
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.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)
hack.wizard.c 158 schar tx, ty;
hack.fight.c 83 schar tmp;
348 schar tmp;
hack.mkshop.c 79 static const schar shprobs[] = {3, 3, 5, 5, 10, 10, 14, 50};
hack.u_init.c 93 schar trspe;
hack.mon.c 322 schar chi;
325 schar mmoved = 0; /* not strictly nec.: chi >= 0 will
414 schar mroom;
hack.dog.c 200 schar dogroom, uroom;
hack.shk.c 943 schar appr, i;
946 schar shkroom, chi, chcnt, cnt;
  /src/common/lib/libprop/
prop_dictionary_util.c 88 TEMPLATE(schar, signed char)
142 STEMPLATE(schar, signed char)
prop_array_util.c 81 TEMPLATE(schar, signed char)
154 STEMPLATE(schar, signed char)
prop_number.c 535 TEMPLATE(schar, signed char, SCHAR_MIN, SCHAR_MAX)
  /src/usr.bin/pr/
pr.c 99 static char schar; /* text column separation character */ variable in typeref:typename:char
483 *ptbf++ = schar;
741 *ptbf++ = schar;
955 *ptbf++ = schar;
1777 schar = SCHAR;
1779 schar = *eoptarg++;

Completed in 21 milliseconds