Home
last modified time | relevance | path

Searched defs:wechochar (Results 1 – 13 of 13) sorted by relevance

/dports/devel/mingw32-pdcurses/PDCurses-3.4/pdcurses/
H A Daddch.c307 int wechochar(WINDOW *win, const chtype ch) in wechochar() function
/dports/devel/ncurses/ncurses-6.3/ncurses/base/
H A Dlib_addch.c574 wechochar(WINDOW *win, const chtype ch) in wechochar() function
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pdcurses-sys-0.7.0/src/PDCurses/pdcurses/
H A Daddch.c592 int wechochar(WINDOW *win, const chtype ch) in wechochar() function
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/win32_src/pdcurses/
H A Daddch.c594 int wechochar(WINDOW *win, const chtype ch) in wechochar() function
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/ncurses-5.98.0/src/
H A Dll.rs292 pub fn wechochar(_:WINDOW, _:chtype) -> c_int; in wechochar() function
H A Dlib.rs1457 pub fn wechochar(w: WINDOW, ch: chtype) -> i32 in wechochar() function
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/ncurses-5.101.0/src/
H A Dll.rs291 pub fn wechochar(_:WINDOW, _:chtype) -> c_int; in wechochar() function
H A Dlib.rs1459 pub fn wechochar(w: WINDOW, ch: chtype) -> i32 in wechochar() function
/dports/biology/avida/avida-2.12.4-src/avida-core/source/platform/msvc2005/pdcurses/
H A Dcurses.h1600 # define wechochar(w, c) (waddch(w, (chtype)c)==ERR?ERR:wrefresh(w)) macro
/dports/biology/avida/avida-2.12.4-src/libs/pdcurses/
H A Dcurses.h1600 # define wechochar(w, c) (waddch(w, (chtype)c)==ERR?ERR:wrefresh(w)) macro
/dports/audio/mp3info/mp3info-0.8.5a/win32/
H A Dcurses.h2070 #define wechochar(w,c) (waddch(w,(chtype)c)==ERR?ERR:wrefresh(w)) macro
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/access/common/
H A Dheaptuple.c1 /*-------------------------------------------------------------------------
2 *
3 * heaptuple.c
4 * This file contains heap tuple accessor and mutator routines, as well
5 * as various tuple utilities.
6 *
7 * Some notes about varlenas and this code:
8 *
9 * Before Postgres 8.3 varlenas always had a 4-byte length header, and
10 * therefore always needed 4-byte alignment (at least). This wasted space
[all …]
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pdcurses-sys-0.7.0/src/
H A Dlib.rs1933 pub fn wechochar(arg1: *mut WINDOW, arg2: chtype) -> ::std::os::raw::c_int; in wechochar() function