Searched refs:yy (Results 26 - 50 of 108) sorted by relevance

12345

/macosx-10.10.1/libiconv-42/libiconv/build-aux/
H A Dmissing81 flex create \`lex.yy.c', if possible, from existing .c
83 lex create \`lex.yy.c', if possible, from existing .c
245 rm -f lex.yy.c
252 cp "$SRCFILE" lex.yy.c
257 if [ ! -f lex.yy.c ]; then
258 echo 'main() { return 0; }' >lex.yy.c
/macosx-10.10.1/ntp-92/sntp/
H A Dmissing82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/config/
H A Dmissing72 flex create \`lex.yy.c', if possible, from existing .c
74 lex create \`lex.yy.c', if possible, from existing .c
222 rm -f lex.yy.c
229 cp "$SRCFILE" lex.yy.c
234 if [ ! -f lex.yy.c ]; then
235 echo 'main() { return 0; }' >lex.yy.c
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/config/
H A Dmissing72 flex create \`lex.yy.c', if possible, from existing .c
74 lex create \`lex.yy.c', if possible, from existing .c
222 rm -f lex.yy.c
229 cp "$SRCFILE" lex.yy.c
234 if [ ! -f lex.yy.c ]; then
235 echo 'main() { return 0; }' >lex.yy.c
/macosx-10.10.1/pcre-7/pcre/
H A Dmissing85 flex create \`lex.yy.c', if possible, from existing .c
87 lex create \`lex.yy.c', if possible, from existing .c
259 rm -f lex.yy.c
266 cp "$SRCFILE" lex.yy.c
271 if test ! -f lex.yy.c; then
272 echo 'main() { return 0; }' >lex.yy.c
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dmissing83 flex create \`lex.yy.c', if possible, from existing .c
85 lex create \`lex.yy.c', if possible, from existing .c
257 rm -f lex.yy.c
264 cp "$SRCFILE" lex.yy.c
269 if test ! -f lex.yy.c; then
270 echo 'main() { return 0; }' >lex.yy.c
/macosx-10.10.1/srm-7/srm/
H A Dmissing72 flex create \`lex.yy.c', if possible, from existing .c
74 lex create \`lex.yy.c', if possible, from existing .c
222 rm -f lex.yy.c
229 cp "$SRCFILE" lex.yy.c
234 if [ ! -f lex.yy.c ]; then
235 echo 'main() { return 0; }' >lex.yy.c
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Dmissing83 flex create \`lex.yy.c', if possible, from existing .c
85 lex create \`lex.yy.c', if possible, from existing .c
257 rm -f lex.yy.c
264 cp "$SRCFILE" lex.yy.c
269 if test ! -f lex.yy.c; then
270 echo 'main() { return 0; }' >lex.yy.c
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dmissing83 flex create \`lex.yy.c', if possible, from existing .c
85 lex create \`lex.yy.c', if possible, from existing .c
257 rm -f lex.yy.c
264 cp "$SRCFILE" lex.yy.c
269 if test ! -f lex.yy.c; then
270 echo 'main() { return 0; }' >lex.yy.c
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/config/
H A Dmissing82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
/macosx-10.10.1/xnu-2782.1.97/osfmk/console/
H A Dvideo_console.c131 void (*paint_char)(unsigned int xx, unsigned int yy, unsigned char ch,
134 void (*clear_screen)(unsigned int xx, unsigned int yy, unsigned int top,
138 void (*hide_cursor)(unsigned int xx, unsigned int yy);
139 void (*show_cursor)(unsigned int xx, unsigned int yy);
265 static void gc_clear_line(unsigned int xx, unsigned int yy, int which);
266 static void gc_clear_screen(unsigned int xx, unsigned int yy, int top,
269 static void gc_hide_cursor(unsigned int xx, unsigned int yy);
272 static void gc_paint_char(unsigned int xx, unsigned int yy, unsigned char ch,
289 static void gc_show_cursor(unsigned int xx, unsigned int yy);
293 gc_clear_line(unsigned int xx, unsigned int yy, in argument
327 gc_clear_screen(unsigned int xx, unsigned int yy, int top, unsigned int bottom, int which) argument
484 gc_hide_cursor(unsigned int xx, unsigned int yy) argument
526 gc_paint_char(unsigned int xx, unsigned int yy, unsigned char ch, int attrs) argument
645 unsigned int xx, yy; local
1250 gc_show_cursor(unsigned int xx, unsigned int yy) argument
1380 vc_clear_screen(unsigned int xx, unsigned int yy, unsigned int scrreg_top, unsigned int scrreg_bottom, int which) argument
1465 vc_paint_char_8(unsigned int xx, unsigned int yy, unsigned char ch, int attrs, __unused unsigned char ch_previous, __unused int attrs_previous) argument
1521 vc_paint_char_16(unsigned int xx, unsigned int yy, unsigned char ch, int attrs, __unused unsigned char ch_previous, __unused int attrs_previous) argument
1574 vc_paint_char_32(unsigned int xx, unsigned int yy, unsigned char ch, int attrs, unsigned char ch_previous, int attrs_previous) argument
1637 vc_paint_char(unsigned int xx, unsigned int yy, unsigned char ch, int attrs, unsigned char ch_previous, int attrs_previous) argument
1730 vc_reverse_cursor(unsigned int xx, unsigned int yy) argument
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dplot.rb74 for xx, yy in [[12,56],[20,94],[33,98],[32,120],[61,180],[75,160],[98,223]]
76 y = 250 - (4*yy)/5
H A Dtwind.rb235 for xx, yy in [[12,56],[20,94],[33,98],[32,120],[61,180],[75,160],[98,223]]
237 y = 250 - (4*yy)/5
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dplot.rb76 for xx, yy in [[12,56],[20,94],[33,98],[32,120],[61,180],[75,160],[98,223]]
78 y = 250 - (4*yy)/5
H A Dtwind.rb236 for xx, yy in [[12,56],[20,94],[33,98],[32,120],[61,180],[75,160],[98,223]]
238 y = 250 - (4*yy)/5
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/vu/
H A Doscilloscope.rb48 c.bind('B1-Motion', proc{|x, y, xx, yy|
51 txt1[:text] = "B1-Motion: X:#{xx}\tY:#{yy}"
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkCanvPs.c1193 int xx, yy, band, maxRows;
1314 for (yy = band; yy > band - rows; yy--) {
1326 TkImageGetColor(&cdata, XGetPixel(ximage, xx, yy),
1359 TkImageGetColor(&cdata, XGetPixel(ximage, xx, yy),
1378 TkImageGetColor(&cdata, XGetPixel(ximage, xx, yy),
1444 int xx, yy, lineLen;
1666 for (yy = 0, lineLen=0; yy < heigh
1183 int xx, yy, band, maxRows; local
1433 int xx, yy, lineLen; local
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkCanvPs.c1221 int xx, yy, band, maxRows;
1334 for (yy = band; yy > band - rows; yy--) {
1345 TkImageGetColor(&cdata, XGetPixel(ximage, xx, yy),
1376 TkImageGetColor(&cdata, XGetPixel(ximage, xx, yy),
1395 TkImageGetColor(&cdata, XGetPixel(ximage, xx, yy),
1461 int xx, yy, lineLen;
1693 for (yy = 0, lineLen=0; yy < heigh
1213 int xx, yy, band, maxRows; local
1452 int xx, yy, lineLen; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotcontour.tcl760 foreach {xx yy} $xyf2 {}
761 lappend xylist $xx $yy
770 set x1 $xx; set y1 $yy; set f1 $ff
787 foreach {xx yy} $xyf2 {}
788 lappend xylist $xx $yy
797 set x3 $xx; set y3 $yy; set f3 $ff
815 foreach {xx yy} $xylist {}
825 set x1 $xx; set y1 $yy; set f1 $ff
841 foreach {xx yy} $xylist {}
852 set x2 $xx; set y2 $yy; se
[all...]
/macosx-10.10.1/bzip2-36/bzip2/
H A Dcompress.c122 UChar yy[256]; local
161 for (i = 0; i < s->nInUse; i++) yy[i] = (UChar) i;
170 if (yy[0] == ll_i) {
193 rtmp = yy[1];
194 yy[1] = yy[0];
195 ryy_j = &(yy[1]);
204 yy[0] = rtmp;
205 j = ryy_j - &(yy[0]);
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinImage.c617 unsigned int xx, yy, size;
628 for (yy = 0; yy < height; yy++) {
630 pixel = GetPixel(dc, x+(int)xx, y+(int)yy);
634 PutPixel(imagePtr, (int) xx, (int) yy, pixel);
611 unsigned int xx, yy, size; local
/macosx-10.10.1/screen-22/screen/
H A Dresize.c678 int fy, ty, l, lx, lf, lt, yy, oty, addone; local
765 for (yy = p->w_y + p->w_histheight - 1; yy >= 0 && ncy + shift < he; yy--)
767 ml = OLDWIN(yy);
820 for (yy = fy - 1; yy >= 0; yy--)
822 ml = OLDWIN(yy);
894 ASSERT(l != 0 || fy == yy);
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinImage.c590 unsigned int xx, yy, size;
601 for (yy = 0; yy < height; yy++) {
603 pixel = GetPixel(dc, x+(int)xx, y+(int)yy);
607 PutPixel(imagePtr, xx, yy, pixel);
584 unsigned int xx, yy, size; local
/macosx-10.10.1/ruby-106/ruby/ext/psych/lib/psych/
H A Dscalar_scanner.rb121 (yy, m, dd) = date.split('-').map { |x| x.to_i }
127 time = Time.utc(yy, m, dd, hh, mm, ss, us)
/macosx-10.10.1/vim-55/runtime/macros/hanoi/
H A Dhanoi.vim45 map N yy

Completed in 461 milliseconds

12345