Home
last modified time | relevance | path

Searched defs:mvchgat (Results 1 – 14 of 14) sorted by relevance

/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pdcurses-sys-0.7.0/src/PDCurses/pdcurses/
H A Dattr.c333 int mvchgat(int y, int x, int n, attr_t attr, short color, const void *opts) in mvchgat() function
/dports/devel/pdcurses/PDCurses-3.5/pdcurses/
H A Dattr.c333 int mvchgat(int y, int x, int n, attr_t attr, short color, const void *opts) in mvchgat() function
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pdcurses-sys-0.7.1/src/PDCurses/pdcurses/
H A Dattr.c333 int mvchgat(int y, int x, int n, attr_t attr, short color, const void *opts) in mvchgat() function
/dports/devel/mingw32-pdcurses/PDCurses-3.4/pdcurses/
H A Dattr.c330 int mvchgat(int y, int x, int n, attr_t attr, short color, const void *opts) in mvchgat() function
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/win32_src/pdcurses/
H A Dattr.c362 int mvchgat(int y, int x, int n, attr_t attr, short color, const void *opts) in mvchgat() function
/dports/devel/ncurses/ncurses-6.3/c++/
H A Dcursesw.h381 inline int UNDEF(mvchgat)(int y, int x, int n, in UNDEF() argument
385 #define mvchgat UNDEF(mvchgat) macro
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pancurses-0.16.1/src/
H A Dwindow.rs406 pub fn mvchgat(&self, y: i32, x: i32, n: i32, attributes: chtype, color_pair: i16) -> i32 { in mvchgat() method
/dports/devel/ncurses/ncurses-6.3/include/
H A Dcurses.h.in1326 #define mvchgat(y,x,n,a,c,o) mvwchgat(stdscr,(y),(x),(n),(a),(c),(o)) macro
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/ncurses-5.98.0/src/
H A Dll.rs140 pub fn mvchgat(_:c_int, _:c_int, _:c_int, _:attr_t, _:c_short, _:void_p) -> c_int; in mvchgat() function
H A Dlib.rs740 pub fn mvchgat(y: i32, x: i32, n: i32, attr: attr_t, color: i16) -> i32 in mvchgat() function
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/ncurses-5.101.0/src/
H A Dll.rs140 pub fn mvchgat(_:c_int, _:c_int, _:c_int, _:attr_t, _:c_short, _:void_p) -> c_int; in mvchgat() function
H A Dlib.rs740 pub fn mvchgat(y: i32, x: i32, n: i32, attr: attr_t, color: i16) -> i32 in mvchgat() function
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/access/common/
H A Dheaptuple.c1511 TupleDesc tupleDesc = slot->tts_tupleDescriptor; 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.rs1511 pub fn mvchgat(arg1: ::std::os::raw::c_int, in mvchgat() function