Home
last modified time | relevance | path

Searched refs:schar (Results 1 – 25 of 34) sorted by relevance

12

/netbsd-src/external/gpl2/groff/dist/src/devices/grotty/
H A Dtty.cpp28 typedef signed char schar; typedef
30 declare_ptable(schar)
31 implement_ptable(schar)
164 schar back_color_idx;
165 schar fore_color_idx;
204 schar curr_fore_idx;
205 schar curr_back_idx;
209 PTABLE(schar) tty_colors;
212 schar color_to_idx(color *col);
215 int tty_color(unsigned int, unsigned int, unsigned int, schar *,
[all …]
/netbsd-src/games/hack/
H A Dhack.h114 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 */
H A Dconfig.h166 typedef short int schar; typedef
168 typedef char schar; typedef
185 typedef schar xchar;
H A Ddef.objclass.h75 schar oc_prob; /* probability for mkobj() */
76 schar oc_delay; /* delay when using such an object */
78 schar oc_oc1, oc_oc2;
H A Ddef.mkroom.h67 schar lx,hx,ly,hy; /* usually xchar, but hx may be -1 */
68 schar rtype,rlit,doorct,fdoor;
H A Dhack.mklev.c85 static schar nxcor;
108 static int maker(schar, schar, schar, schar);
460 maker(schar lowx, schar ddx, schar lowy, schar ddy) in maker()
H A Dextern.h317 void tmp_at(schar, schar);
318 void Tmp_at(schar, schar);
H A Dhack.cmd.c284 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};
H A Dhack.pri.c160 tmp_at(schar x, schar y) in tmp_at()
162 static schar prevx, prevy; in tmp_at()
191 Tmp_at(schar x, schar y) in Tmp_at()
H A Ddef.eshk.h78 schar shoproom; /* index in rooms; set by inshop() */
H A Ddef.permonst.h69 schar mlevel,mmove,ac,damn,damd;
H A Ddef.obj.h75 schar spe; /* quality of weapon, armor or ring (+ or -)
H A Ddef.monst.h74 schar mhp,mhpmax;
H A Dhack.fight.c83 schar tmp; in hitmm()
348 schar tmp; in attack()
H A Dhack.wizard.c158 schar tx, ty; in inrange()
H A Dhack.mon.c322 schar chi; in m_move()
325 schar mmoved = 0; /* not strictly nec.: chi >= 0 will in m_move()
414 schar mroom; in m_move()
H A Dhack.u_init.c93 schar trspe;
H A Dhack.mkshop.c79 static const schar shprobs[] = {3, 3, 5, 5, 10, 10, 14, 50};
H A DREAD_ME53 Make sure schar and uchar represent signed and unsigned types.
H A Dhack.shk.c943 schar appr, i; in shk_move()
946 schar shkroom, chi, chcnt, cnt; in shk_move()
/netbsd-src/usr.bin/pr/
H A Dpr.c99 static char schar; /* text column separation character */ variable
483 *ptbf++ = schar; in vertcol()
741 *ptbf++ = schar; in horzcol()
955 *ptbf++ = schar; in mulfile()
1777 schar = SCHAR; in setup()
1779 schar = *eoptarg++; in setup()
/netbsd-src/common/lib/libprop/
H A Dprop_dictionary_util.c88 TEMPLATE(schar, signed char) in TEMPLATE() argument
142 STEMPLATE(schar, signed char) in STEMPLATE() argument
H A Dprop_array_util.c81 TEMPLATE(schar, signed char) in TEMPLATE() argument
154 STEMPLATE(schar, signed char) in STEMPLATE() argument
H A Dprop_number.c522 TEMPLATE(schar, signed char, SCHAR_MIN, SCHAR_MAX) in TEMPLATE() argument
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dtext.c1661 _rl_char_search_internal (int count, int dir, int schar) in _rl_char_search_internal()
1693 if (rl_line_buffer[pos] == schar) in _rl_char_search_internal()

12