Searched refs:schar (Results 1 - 25 of 27) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D961125-1.c2 begfield (int tab, char *ptr, char *lim, int sword, int schar) argument
20 if (ptr + schar <= lim)
21 ptr += schar;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D961125-1.c2 begfield (int tab, char *ptr, char *lim, int sword, int schar) argument
20 if (ptr + schar <= lim)
21 ptr += schar;
/netbsd-6-1-5-RELEASE/games/hack/
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 Dconfig.h159 * typedef char schar;
161 * typedef short int schar;
166 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.eshk.h78 schar shoproom; /* index in rooms; set by inshop() */
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 Ddef.permonst.h69 schar mlevel,mmove,ac,damn,damd;
H A Ddef.monst.h74 schar mhp,mhpmax;
H A Ddef.obj.h75 schar spe; /* quality of weapon, armor or ring (+ or -)
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.mklev.c85 static schar nxcor;
108 static int maker(schar, schar, schar, schar);
460 maker(schar lowx, schar ddx, schar lowy, schar ddy)
H A Dhack.pri.c160 tmp_at(schar x, schar y)
162 static schar prevx, prevy;
191 Tmp_at(schar x, schar y)
H A Dhack.wizard.c158 schar tx, ty;
H A Dhack.fight.c83 schar tmp;
348 schar tmp;
H A Dhack.mkshop.c79 static const schar shprobs[] = {3, 3, 5, 5, 10, 10, 14, 50};
H A Dhack.u_init.c93 schar trspe;
H A Dhack.mon.c322 schar chi;
325 schar mmoved = 0; /* not strictly nec.: chi >= 0 will
414 schar mroom;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dinit-string-2.c14 typedef enum { schar_min = SCHAR_MIN, schar_max = SCHAR_MAX } schar; typedef in typeref:enum:__anon5944
26 schar a7[] = "foo"; /* { dg-error "string constant" "a7" } */
28 const schar a9[] = "foo"; /* { dg-error "string constant" "a9" } */
41 schar b7[] = { "foo" }; /* { dg-error "string constant" "b7" } */
43 const schar b9[] = { "foo" }; /* { dg-error "string constant" "b9" } */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dinit-string-2.c13 typedef enum { schar_min = SCHAR_MIN, schar_max = SCHAR_MAX } schar; typedef in typeref:enum:__anon4117
25 schar a7[] = "foo"; /* { dg-error "string constant" "a7" } */
27 const schar a9[] = "foo"; /* { dg-error "string constant" "a9" } */
40 schar b7[] = { "foo" }; /* { dg-error "string constant" "b7" } */
42 const schar b9[] = { "foo" }; /* { dg-error "string constant" "b9" } */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/powerpc/
H A Dvsx-builtin-8.c47 TEST_COPY(schar, signed char)
61 TEST_COPYL(schar, signed char)
75 TEST_ALIGN(schar, signed char)
87 TEST_VSX_COPY(schar, signed char)
/netbsd-6-1-5-RELEASE/gnu/dist/groff/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-6-1-5-RELEASE/usr.bin/pr/
H A Dpr.c97 static char schar; /* text column separation character */ variable
472 *ptbf++ = schar;
722 *ptbf++ = schar;
931 *ptbf++ = schar;
1724 schar = SCHAR;
1726 schar = *eoptarg++;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/
H A Dtext.c1453 _rl_char_search_internal (count, dir, schar)
1454 int count, dir, schar;
1483 if (rl_line_buffer[pos] == schar)

Completed in 134 milliseconds

12