| /netbsd-src/external/gpl2/groff/dist/src/devices/grotty/ |
| H A D | tty.cpp | 28 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 D | 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 */
|
| H A D | config.h | 166 typedef short int schar; typedef 168 typedef char schar; typedef 185 typedef schar xchar;
|
| H A D | 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;
|
| H A D | def.mkroom.h | 67 schar lx,hx,ly,hy; /* usually xchar, but hx may be -1 */ 68 schar rtype,rlit,doorct,fdoor;
|
| H A D | 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) in maker()
|
| H A D | extern.h | 317 void tmp_at(schar, schar); 318 void Tmp_at(schar, schar);
|
| H A D | 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};
|
| H A D | hack.pri.c | 160 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 D | def.eshk.h | 78 schar shoproom; /* index in rooms; set by inshop() */
|
| H A D | def.permonst.h | 69 schar mlevel,mmove,ac,damn,damd;
|
| H A D | def.obj.h | 75 schar spe; /* quality of weapon, armor or ring (+ or -)
|
| H A D | def.monst.h | 74 schar mhp,mhpmax;
|
| H A D | hack.fight.c | 83 schar tmp; in hitmm() 348 schar tmp; in attack()
|
| H A D | hack.wizard.c | 158 schar tx, ty; in inrange()
|
| H A D | hack.mon.c | 322 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 D | hack.u_init.c | 93 schar trspe;
|
| H A D | hack.mkshop.c | 79 static const schar shprobs[] = {3, 3, 5, 5, 10, 10, 14, 50};
|
| H A D | READ_ME | 53 Make sure schar and uchar represent signed and unsigned types.
|
| H A D | hack.shk.c | 943 schar appr, i; in shk_move() 946 schar shkroom, chi, chcnt, cnt; in shk_move()
|
| /netbsd-src/usr.bin/pr/ |
| H A D | pr.c | 99 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 D | prop_dictionary_util.c | 88 TEMPLATE(schar, signed char) in TEMPLATE() argument 142 STEMPLATE(schar, signed char) in STEMPLATE() argument
|
| H A D | prop_array_util.c | 81 TEMPLATE(schar, signed char) in TEMPLATE() argument 154 STEMPLATE(schar, signed char) in STEMPLATE() argument
|
| H A D | prop_number.c | 522 TEMPLATE(schar, signed char, SCHAR_MIN, SCHAR_MAX) in TEMPLATE() argument
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | text.c | 1661 _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()
|