Home
last modified time | relevance | path

Searched refs:xchar (Results 1 – 25 of 1337) sorted by relevance

12345678910>>...54

/dports/games/nethack33-nox11/nethack-3.3.1/include/
H A Dsp_lev.h75 xchar x, y;
77 xchar shrine;
115 xchar x, y;
120 xchar x, y;
122 xchar etype;
126 xchar x, y;
130 xchar x, y;
134 xchar x, y;
226 xchar room;
227 xchar wall;
[all …]
/dports/games/nethack34-nox11/nethack-3.4.3/include/
H A Dsp_lev.h75 xchar x, y;
77 xchar shrine;
115 xchar x, y;
120 xchar x, y;
122 xchar etype;
126 xchar x, y;
130 xchar x, y;
134 xchar x, y;
226 xchar room;
227 xchar wall;
[all …]
/dports/games/nethack34/nethack-3.4.3/include/
H A Dsp_lev.h75 xchar x, y;
77 xchar shrine;
115 xchar x, y;
120 xchar x, y;
122 xchar etype;
126 xchar x, y;
130 xchar x, y;
134 xchar x, y;
226 xchar room;
227 xchar wall;
[all …]
/dports/games/nethack33/nethack-3.3.1/include/
H A Dsp_lev.h75 xchar x, y;
77 xchar shrine;
115 xchar x, y;
120 xchar x, y;
122 xchar etype;
126 xchar x, y;
130 xchar x, y;
134 xchar x, y;
226 xchar room;
227 xchar wall;
[all …]
/dports/games/falconseye/falconseye-1.9.3_11/include/
H A Dsp_lev.h75 xchar x, y;
77 xchar shrine;
115 xchar x, y;
120 xchar x, y;
122 xchar etype;
126 xchar x, y;
130 xchar x, y;
134 xchar x, y;
226 xchar room;
227 xchar wall;
[all …]
/dports/games/vultures-eye/vulture-2.3.67/nethack/include/
H A Dsp_lev.h75 xchar x, y;
77 xchar shrine;
115 xchar x, y;
120 xchar x, y;
122 xchar etype;
126 xchar x, y;
130 xchar x, y;
134 xchar x, y;
226 xchar room;
227 xchar wall;
[all …]
/dports/games/vultures-eye/vulture-2.3.67/slashem/include/
H A Dsp_lev.h84 xchar x, y;
124 xchar x, y;
129 xchar x, y;
131 xchar etype;
135 xchar x, y;
139 xchar x, y;
143 xchar x, y;
238 xchar room;
239 xchar wall;
240 xchar door;
[all …]
H A Dattk.h13 xchar atype; /* The attack type (AT_ below) */
14 xchar admg; /* The damage type (AD_ below) */
15 xchar skill; /* Skill used (if any) */
18 xchar ax, ay; /* Location of attacker */
20 xchar tx, ty; /* Location of tobj */
21 xchar range; /* How much further tobj can go */
22 xchar dist; /* Distance from amon to dmon */
24 xchar tohit; /* Calculated to-hit value */
25 xchar dieroll; /* The die roll used for the attack */
26 xchar damage; /* Calculated amount of damage */
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Dextern.h45 extern boolean um_dist(xchar, xchar, xchar);
147 extern void move_bc(int, int, xchar, xchar, xchar, xchar);
148 extern boolean drag_ball(xchar, xchar, int *, xchar *, xchar *, xchar *,
1326 extern void mkportal(xchar, xchar, xchar, xchar);
1327 extern boolean bad_location(xchar, xchar, xchar, xchar, xchar, xchar);
1328 extern void place_lregion(xchar, xchar, xchar, xchar, xchar, xchar, xchar,
1667 extern boolean linedup_callback(xchar, xchar, xchar, xchar,
1669 extern boolean linedup(xchar, xchar, xchar, xchar, int);
2121 xchar, xchar, xchar, xchar);
2495 extern boolean create_room(xchar, xchar, xchar, xchar, xchar, xchar, xchar,
[all …]
H A Dsp_lev.h114 xchar is_random;
126 xchar lit, walled;
138 xchar x, y, type;
167 xchar material;
172 xchar x, y;
174 xchar shrine;
183 xchar ter, tlit;
188 xchar room;
189 xchar wall;
190 xchar door;
[all …]
/dports/games/vultures-eye/vulture-2.3.67/unnethack/include/
H A Dsp_lev.h349 xchar x, y;
351 xchar shrine;
401 xchar x, y;
406 xchar x, y;
408 xchar etype;
412 xchar x, y;
416 xchar x, y;
420 xchar x, y;
441 xchar room;
442 xchar wall;
[all …]
/dports/textproc/html2xhtml/html2xhtml-1.3/src/
H A Dprocesador.h84 void saxStartElement(const xchar *fullname, xchar **atts);
85 void saxEndElement(const xchar *name);
86 void saxReference(const xchar *name);
87 void saxCharacters(const xchar *ch, int len);
88 void saxCDataSection(const xchar *ch, int len);
90 void saxComment(const xchar *value);
91 void saxDoctype(const xchar *data);
92 void saxXmlProcessingInstruction(const xchar *fullname, xchar **atts);
93 void saxError(xchar *data);
H A Dxchar.h50 typedef char xchar; typedef
54 void xtolower(xchar *dest, const xchar *src, size_t dest_len);
57 xchar *xsearch(const xchar *str, const xchar *substr);
61 size_t xstrlen(const xchar *str);
67 size_t xstrnlen(const xchar *str, int maxlen);
72 size_t xstrsize(const xchar *str);
H A Dxchar.c57 void xtolower(xchar *dest, const xchar *src, size_t dest_len) in xtolower()
80 xchar *xsearch(const xchar *str, const xchar *substr) in xsearch()
93 size_t xstrlen(const xchar *str) in xstrlen()
102 size_t xstrnlen(const xchar *str, int maxlen) in xstrnlen()
118 size_t xstrsize(const xchar *str) in xstrsize()
/dports/textproc/p5-PDF-Builder/PDF-Builder-3.023/lib/PDF/Builder/Resource/
H A DFont.pm56 my $xchar = undef;
59 $xchar = $data->{'char'}->[$n];
61 $xchar = '.notdef';
63 $data->{'n2c'}->{$xchar} = $n unless defined $data->{'n2c'}->{$xchar};
66 $xchar = $data->{'e2n'}->[$n];
68 $xchar = '.notdef';
70 $data->{'n2e'}->{$xchar} = $n unless defined $data->{'n2e'}->{$xchar};
78 $xchar = '.notdef';
85 $data->{'n2u'}->{$xchar} = $xuni unless defined $data->{'n2u'}->{$xchar};
99 $xchar = '.notdef';
[all …]
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A Dfl_utf8.cxx427 wbuf = (xchar*)realloc(wbuf, sizeof(xchar)*wn); in fl_getenv()
473 wbuf = (xchar*)realloc(wbuf, sizeof(xchar)*wn); in fl_open()
504 wbuf = (xchar*)realloc(wbuf, sizeof(xchar)*wn); in fl_fopen()
543 wbuf = (xchar*)realloc(wbuf, sizeof(xchar)*wn); in fl_system()
565 wbuf = (xchar*)realloc(wbuf, sizeof(xchar)*wn); in fl_execvp()
577 ar[i] = (xchar *)malloc(sizeof(xchar)*wn); in fl_execvp()
615 wbuf = (xchar*)realloc(wbuf, sizeof(xchar)*wn); in fl_chmod()
645 wbuf = (xchar*)realloc(wbuf, sizeof(xchar)*wn); in fl_access()
675 wbuf = (xchar*)realloc(wbuf, sizeof(xchar)*wn); in fl_stat()
744 wbuf = (xchar*)realloc(wbuf, sizeof(xchar)*wn); in fl_unlink()
[all …]
/dports/math/giacxcas/fltk-1.3.0/src/
H A Dfl_utf8.cxx539 wbuf = (xchar*)realloc(wbuf, sizeof(xchar)*wn); in fl_getenv()
572 wbuf = (xchar*)realloc(wbuf, sizeof(xchar)*wn); in fl_open()
590 wbuf = (xchar*)realloc(wbuf, sizeof(xchar)*wn); in fl_fopen()
616 wbuf = (xchar*)realloc(wbuf, sizeof(xchar)*wn); in fl_system()
638 wbuf = (xchar*)realloc(wbuf, sizeof(xchar)*wn); in fl_execvp()
652 ar[i] = (xchar *)malloc(sizeof(xchar)*wn); in fl_execvp()
681 wbuf = (xchar*)realloc(wbuf, sizeof(xchar)*wn); in fl_chmod()
697 wbuf = (xchar*)realloc(wbuf, sizeof(xchar)*wn); in fl_access()
714 wbuf = (xchar*)realloc(wbuf, sizeof(xchar)*wn); in fl_stat()
756 wbuf = (xchar*)realloc(wbuf, sizeof(xchar)*wn); in fl_unlink()
[all …]
/dports/x11-toolkits/ntk/ntk/src/
H A Dfl_utf8.cxx539 wbuf = (xchar*)realloc(wbuf, sizeof(xchar)*wn); in fl_getenv()
572 wbuf = (xchar*)realloc(wbuf, sizeof(xchar)*wn); in fl_open()
590 wbuf = (xchar*)realloc(wbuf, sizeof(xchar)*wn); in fl_fopen()
616 wbuf = (xchar*)realloc(wbuf, sizeof(xchar)*wn); in fl_system()
638 wbuf = (xchar*)realloc(wbuf, sizeof(xchar)*wn); in fl_execvp()
652 ar[i] = (xchar *)malloc(sizeof(xchar)*wn); in fl_execvp()
681 wbuf = (xchar*)realloc(wbuf, sizeof(xchar)*wn); in fl_chmod()
697 wbuf = (xchar*)realloc(wbuf, sizeof(xchar)*wn); in fl_access()
714 wbuf = (xchar*)realloc(wbuf, sizeof(xchar)*wn); in fl_stat()
756 wbuf = (xchar*)realloc(wbuf, sizeof(xchar)*wn); in fl_unlink()
[all …]
/dports/games/unnethack/unnethack-5.1.0-20131208/include/
H A Dsp_lev.h359 xchar is_random;
382 xchar lit, walled;
393 xchar x, y, type;
423 xchar x, y;
425 xchar shrine;
434 xchar ter, tlit;
438 xchar chance;
455 xchar x, y, w, h;
470 xchar room;
471 xchar wall;
[all …]
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dnhlsel.c17 xchar *, xchar *, xchar *, xchar *);
137 xchar x = -1, y = -1; in l_selection_setpoint()
181 xchar x = (xchar) luaL_checkinteger(L, 2); in l_selection_getpoint()
182 xchar y = (xchar) luaL_checkinteger(L, 3); in l_selection_getpoint()
305 xchar x, y; in l_selection_rndcoord()
329 xchar *x1, xchar *y1, xchar *x2, xchar *y2) in params_sel_2coords()
364 xchar x1, y1, x2, y2; in l_selection_line()
384 xchar x1, y1, x2, y2; in l_selection_rect()
578 xchar x = 0, y = 0; in l_selection_flood()
611 xchar x = 0, y = 0; in l_selection_circle()
[all …]
/dports/textproc/p5-PDF-API3/PDF-API3-3.001/lib/PDF/API3/Compat/API2/Resource/
H A DFont.pm102 my $xchar=undef;
107 $xchar='.notdef';
109 $data->{n2c}->{$xchar}=$n unless(defined $data->{n2c}->{$xchar});
112 $xchar=$data->{e2n}->[$n];
114 $xchar='.notdef';
116 $data->{n2e}->{$xchar}=$n unless(defined $data->{n2e}->{$xchar});
118 $data->{n2u}->{$xchar}=$data->{e2u}->[$n] unless(defined $data->{n2u}->{$xchar});
123 $xchar='.notdef';
130 $data->{n2u}->{$xchar}=$xuni unless(defined $data->{n2u}->{$xchar});
144 $xchar='.notdef';
[all …]
/dports/lang/gforth/gforth-0.7.3/kernel/
H A Dxchars.fs25 Defer xemit ( xc -- ) \ xchar-ext
26 \G Prints an xchar on the terminal.
27 Defer xkey ( -- xc ) \ xchar-ext
30 Defer xchar+ ( xc-addr1 -- xc-addr2 ) \ xchar-ext
33 Defer xchar- ( xc-addr1 -- xc-addr2 ) \ xchar-ext
41 \G over the first xchar in the buffer.
47 \G last xchar in the buffer.
61 Defer xc-size ( xc -- u ) \ xchar-ext
76 \G the last (garbled) xchar.
115 ['] char+ is xchar+
[all …]
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/mfb/
H A Dmfbplygblt.c166 xchar = x & PIM;
226 if (xchar > PLST)
228 xchar -= PPW;
231 else if (xchar < 0)
233 xchar += PPW;
260 xchar = xpos & PIM;
267 ppos[i].xchar = xchar;
277 if (xchar > PLST)
279 xchar &= PIM;
284 xchar += PPW;
[all …]
/dports/textproc/p5-PDF-API2/PDF-API2-2.042/lib/PDF/API2/Resource/
H A DFont.pm52 my $xchar;
55 $xchar = $data->{'char'}->[$n] // '.notdef';
56 $data->{'n2c'}->{$xchar} //= $n;
58 $xchar = $data->{'e2n'}->[$n] // '.notdef';
59 $data->{'n2e'}->{$xchar} //= $n;
63 $xchar = $data->{'char'}->[$n] // '.notdef';
65 $data->{'n2u'}->{$xchar} //= $xuni;
72 $xchar = $data->{'e2n'}->[$n] // '.notdef';
73 $data->{'u2n'}->{$xuni} //= $xchar;
75 $xchar = $data->{'char'}->[$n] // '.notdef';
[all …]
/dports/japanese/anthy/anthy-0.4/src-diclib/
H A Dxchar.c21 const xchar xc;
183 const xchar half;
184 const xchar wide;
221 xchar
249 find_xchar_type(xchar xc) in find_xchar_type()
263 is_hira(xchar xc) in is_hira()
279 is_kata(xchar xc) in is_kata()
292 is_symbol(xchar xc) in is_symbol()
311 is_kanji(xchar xc) in is_kanji()
392 anthy_xchar_to_num(xchar xc) in anthy_xchar_to_num()
[all …]

12345678910>>...54