Home
last modified time | relevance | path

Searched defs:mvcur (Results 1 – 19 of 19) sorted by relevance

/dports/devel/ncurses/ncurses-6.3/ncurses/base/
H A Dlib_driver.c132 NCURSES_SP_NAME(mvcur) (SCREEN *sp, int yold, int xold, int ynew, int xnew) in NCURSES_SP_NAME() argument
144 mvcur(int yold, int xold, int ynew, int xnew) in mvcur() function
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/win32_src/pdcurses/
H A Dmove.c53 int mvcur(int oldrow, int oldcol, int newrow, int newcol) in mvcur() function
/dports/editors/vigor/vigor-0.016/curses/
H A Dcr_put.c52 mvcur(ly, lx, y, x) in mvcur() function
/dports/devel/pdcurses/PDCurses-3.5/pdcurses/
H A Dtouch.c55 is_wintouched Y - 4.0 in mvcur()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pdcurses-sys-0.7.0/src/PDCurses/pdcurses/
H A Dterminfo.c55 int mvcur(int oldrow, int oldcol, int newrow, int newcol) in mvcur() function
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pdcurses-sys-0.7.1/src/PDCurses/pdcurses/
H A Dterminfo.c55 int mvcur(int oldrow, int oldcol, int newrow, int newcol) in mvcur() function
/dports/devel/mingw32-pdcurses/PDCurses-3.4/pdcurses/
H A Dterminfo.c53 int mvcur(int oldrow, int oldcol, int newrow, int newcol) in mvcur() function
/dports/devel/ncurses/ncurses-6.3/ncurses/tty/
H A Dlib_mvcur.c1102 NCURSES_SP_NAME(mvcur) (NCURSES_SP_DCLx int yold, int xold, int ynew, in NCURSES_SP_NAME() argument
1114 mvcur(int yold, int xold, int ynew, int xnew) in mvcur() function
/dports/graphics/xfractint/xfractint-20.04p16/unix/
H A Dxfcurses.c389 void mvcur(int oldrow, int oldcol, int newrow, int newcol) in mvcur() function
/dports/games/moria/umoria/atari_st/curscomp/
H A Dcurses.c1514 void mvcur(ly,lx,ny,nx) in mvcur() function
/dports/www/lynx-current/lynx2.9.0dev.9/src/
H A DLYGCurses.h114 #define mvcur(ly,lx,ny,nx) wmove (stdscr, ny, nx) macro
/dports/www/lynx/lynx2.8.9rel.1/src/
H A DLYGCurses.h114 #define mvcur(ly,lx,ny,nx) wmove (stdscr, ny, nx) macro
/dports/devel/ncurses/ncurses-6.3/c++/
H A Dcursesw.h958 int mvcur(int oldrow, int oldcol, int newrow, int newcol) const { in mvcur() function
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/ncurses-5.98.0/src/
H A Dll.rs141 pub fn mvcur(_:c_int,_:c_int,_:c_int,_:c_int) -> c_int; in mvcur() function
H A Dlib.rs744 pub fn mvcur(old_y: i32, old_x: i32, new_y: i32, new_x: i32) -> i32 in mvcur() function
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/ncurses-5.101.0/src/
H A Dll.rs141 pub fn mvcur(_:c_int,_:c_int,_:c_int,_:c_int) -> c_int; in mvcur() function
H A Dlib.rs744 pub fn mvcur(old_y: i32, old_x: i32, new_y: i32, new_x: i32) -> i32 in mvcur() function
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/access/common/
H A Dheaptuple.c1519 if (tuple == NULL) /* internal error */ in mvaddchstr()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pdcurses-sys-0.7.0/src/
H A Dlib.rs1518 pub fn mvcur(arg1: ::std::os::raw::c_int, in mvcur() function