Home
last modified time | relevance | path

Searched refs:savey (Results 1 – 25 of 88) sorted by relevance

1234

/dports/graphics/zgv/zgv-5.9/src/
H A Dmousecur.c121 static int savex,savey,savew,saveh; variable
251 savey=mouse_gety(); in mousecur_on()
258 if(savey>screen_height-saveh) in mousecur_on()
259 saveh=screen_height-savey,small=1; in mousecur_on()
265 gl_getbox(savex,savey,savew,saveh,mouseptr_save); in mousecur_on()
273 gl_putboxmask(savex,savey+y,savew,1, in mousecur_on()
277 gl_putboxmask(savex,savey,savew,saveh,mouseptr_pixmap); in mousecur_on()
290 vga_getscansegment(saveptr,savex,savey+y,savew); in mousecur_on()
299 vga_drawscansegment(scantmp,savex,savey+y,savew); in mousecur_on()
311 gl_putbox(savex,savey,savew,saveh,mouseptr_save); in mousecur_off()
[all …]
/dports/math/freefem++/FreeFem-sources-4.6/unit/base/
H A Dmovemesh.edp16 int savey = y;
21 test(x != savex && y != savey);
24 savey = y;
30 test(x != savex && y != savey && z != savez);
33 savey = y;
41 test(x != savex && y != savey && z != savez);
/dports/math/scilab/scilab-6.1.1/scilab/modules/differential_equations/src/fortran/
H A Drkf45.f240 2 savae,savey(*) local
486 33 savey(k)=y(k)
487 call fehl(fydot,neqn,y,t,h,yp,f1,f2,f3,f4,f5,f1,savey)
489 34 y(k)=savey(k)
499 et=dabs(savey(k))+dabs(f1(k))+ae
599 1 f3(neqn),f4(neqn),f5(neqn),s(neqn),savey(neqn) local
608 221 y(k)=savey(k)+ch*yp(k)
614 222 y(k)=savey(k)+ch*(yp(k)+3.0d0*f1(k))
620 223 y(k)=savey(k)+ch*(1932.0d0*yp(k)+
627 224 y(k)=savey(k)+ch*((8341.0d0*yp(k)-845.0d0*f3(k))+
[all …]
/dports/science/epte/epte/
H A Dtable_key.c305 int savex,savey; in table_key() local
310 savey = Ypos; in table_key()
386 Ypos = savey; in table_key()
404 Ypos = savey; in table_key()
433 Ypos = savey; in table_key()
440 Ypos = savey; in table_key()
H A Dask_user.c315 int savex,savey; in ask_user() local
362 savey = Ypos; in ask_user()
545 Ypos = savey; in ask_user()
563 Ypos = savey; in ask_user()
593 Ypos = savey; in ask_user()
600 Ypos = savey; in ask_user()
777 element = Ptable[savey][savex]; in ask_user()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pdcurses-sys-0.7.0/src/PDCurses/pdcurses/
H A Dclear.c92 int savey, savex; in wclrtobot() local
99 savey = win->_cury; in wclrtobot()
110 win->_cury = savey; in wclrtobot()
/dports/devel/pdcurses/PDCurses-3.5/pdcurses/
H A Dclear.c92 int savey, savex;
99 savey = win->_cury;
110 win->_cury = savey;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pdcurses-sys-0.7.1/src/PDCurses/pdcurses/
H A Dclear.c92 int savey, savex; in wclrtobot() local
99 savey = win->_cury; in wclrtobot()
110 win->_cury = savey; in wclrtobot()
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/win32_src/pdcurses/
H A Dclear.c92 int savey, savex; in wclrtobot() local
99 savey = win->_cury; in wclrtobot()
110 win->_cury = savey; in wclrtobot()
/dports/math/ploticus-nox11/pl240src/src/
H A Dinteract.c131 savey = ly;
141 *ly = savey;
/dports/math/ploticus/pl240src/src/
H A Dinteract.c131 savey = ly;
141 *ly = savey;
/dports/devel/mingw32-pdcurses/PDCurses-3.4/pdcurses/
H A Dclear.c89 int savey = win->_cury; in wclrtobot() local
105 win->_cury = savey; in wclrtobot()
/dports/games/vvvvvv/VVVVVV-cb3640e5/desktop_version/src/
H A DScript.cpp1225 game.savey = obj.entities[i].yp; in run()
1943 game.savey = 129; in run()
2526 obj.createentity(game, game.savex, game.savey, 0, 0); //In this game, constant, never destroyed in startgamemode()
2549 obj.createentity(game, game.savex, game.savey, 0, 0); //In this game, constant, never destroyed in startgamemode()
2571 obj.createentity(game, game.savex, game.savey, 0, 0); //In this game, constant, never destroyed in startgamemode()
2610 obj.createentity(game, game.savex, game.savey, 0, 0); //In this game, constant, never destroyed in startgamemode()
2638 obj.createentity(game, game.savex, game.savey, 0, 0); //In this game, constant, never destroyed in startgamemode()
2666 obj.createentity(game, game.savex, game.savey, 0, 0); //In this game, constant, never destroyed in startgamemode()
2694 obj.createentity(game, game.savex, game.savey, 0, 0); //In this game, constant, never destroyed in startgamemode()
2722 obj.createentity(game, game.savex, game.savey, 0, 0); //In this game, constant, never destroyed in startgamemode()
[all …]
/dports/games/vvvvvv/VVVVVV-cb3640e5/mobile_version/src/
H A Dgameclass.as758 savey = edsavey;
2021 quickcookie.data.savey = savey;
2081 customcookie[t].data.savey = savey;
2150 savey = quickcookie.data.savey;
2217 savey = customcookie[t].data.savey;
2262 telecookie.data.savey = 129;
2301 telecookie.data.savey = savey;
2368 savey = telecookie.data.savey;
2552 savey = 100;
2572 savey = 100;
[all …]
H A Dscriptclass.as761 game.savey = obj.entities[i].yp;
1090 game.savex = 228; game.savey = 129; game.saverx = 53; game.savery = 49;
1451 … obj.createentity(game, game.savex, game.savey, 0, 0); //In this game, constant, never destroyed
1576 … obj.createentity(game, game.savex, game.savey, 0, 0); //In this game, constant, never destroyed
1601 … obj.createentity(game, game.savex, game.savey, 0, 0); //In this game, constant, never destroyed
1632 … obj.createentity(game, game.savex, game.savey, 0, 0); //In this game, constant, never destroyed
1819 … obj.createentity(game, game.savex, game.savey, 0, 0); //In this game, constant, never destroyed
1845 … obj.createentity(game, game.savex, game.savey, 0, 0); //In this game, constant, never destroyed
1882 … obj.createentity(game, game.savex, game.savey, 0, 0); //In this game, constant, never destroyed
1926 … obj.createentity(game, game.savex, game.savey, 0, 0); //In this game, constant, never destroyed
[all …]
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A DFl_Window.cxx105 int savey = y(); y(0); in draw() local
133 y(savey); in draw()
/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Dlsysf.c333 LDBL savesize,savex,savey,saverang; in findsize() local
341 savey=ts->ypos; in findsize()
351 ts->ypos=savey; in findsize()
466 LDBL savesize,savex,savey,saverang; in drawLSysF() local
474 savey=ts->ypos; in drawLSysF()
485 ts->ypos=savey; in drawLSysF()
H A Dlsys.c691 long savesize,savex,savey; in findsize() local
699 savey=ts->ypos; in findsize()
707 ts->ypos=savey; in findsize()
808 long savesize,savex,savey; in drawLSysI() local
816 savey=ts->ypos; in drawLSysI()
825 ts->ypos=savey; in drawLSysI()
/dports/comms/minicom/minicom-2.7.1/src/
H A Dvt100.c165 static short savex, savey, saveattr = XA_NORMAL, savecol = 112; variable
336 savey = vt_win->cury; in state1()
354 mc_wlocate(vt_win, savex, savey); in state1()
539 savey = vt_win->cury; in state2()
556 mc_wlocate(vt_win, savex, savey); in state2()
/dports/x11-wm/ctwm/ctwm-4.0.3/
H A Dwin_ops.c225 long fx, fy, savex, savey; in Squeeze() local
268 savey = fy = tmp_win->frame_y; in Squeeze()
293 tmp_win->actual_frame_y = savey; in Squeeze()
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/graph/
H A Dgraphics.ml108 let (savex, savey) = current_point () in
115 moveto savex savey;
120 let (savex, savey) = current_point () in
126 moveto savex savey;
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/graph/
H A Dgraphics.ml108 let (savex, savey) = current_point () in
115 moveto savex savey;
120 let (savex, savey) = current_point () in
126 moveto savex savey;
/dports/misc/nut/nut-20.1/fltk/
H A DAddRecipe.h53 int savex, savey, savew, saveh; variable
H A DAddRecipe.cc63 savey = y; in AddRecipe()
173 MealFood *mf = new MealFood(savex, savey, 59*savew/60, saveh/23, foodptr, new_meal, grams, RECIPECO… in add_to_meal()
189 MealFood *mf = new MealFood(savex, savey, 59*savew/60, saveh/23, foodptr, new_meal, grams, RECIPECO… in direct_add_to_meal()
/dports/games/xlife/xlife-6.7/
H A Dmain.c57 coord_t savex, savey; /* last point seen during boxing */ variable
676 savey = YPOS(fix_mouse_coord(event.xmotion.y, height)); in DoKeyIn()
971 if (savex != x || savey != y) { in Motion()
972 erasebox(loadx, loady, savex, savey); in Motion()
973 drawbox(loadx, loady, savex = x, savey = y, ORANGE_EVER); in Motion()
1042 savey = loady = y; in Button()
1053 if (loadx == savex && savey == loady) { in Release()
1059 make_tentative(loadx, loady, savex, savey); in Release()

1234