Home
last modified time | relevance | path

Searched refs:horch (Results 1 – 25 of 80) sorted by relevance

1234

/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/hci/mucurses/
H A Dedging.c22 int box ( WINDOW *win, chtype verch, chtype horch ) { in box() argument
24 return wborder( win, verch, verch, horch, horch, in box()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/hci/mucurses/
H A Dedging.c22 int box ( WINDOW *win, chtype verch, chtype horch ) { in box() argument
24 return wborder( win, verch, verch, horch, horch, in box()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/hci/mucurses/
H A Dedging.c22 int box ( WINDOW *win, chtype verch, chtype horch ) { in box() argument
24 return wborder( win, verch, verch, horch, horch, in box()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/hci/mucurses/
H A Dedging.c22 int box ( WINDOW *win, chtype verch, chtype horch ) { in box() argument
24 return wborder( win, verch, verch, horch, horch, in box()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/hci/mucurses/
H A Dedging.c22 int box ( WINDOW *win, chtype verch, chtype horch ) { in box() argument
24 return wborder( win, verch, verch, horch, horch, in box()
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/hci/mucurses/
H A Dedging.c20 int box ( WINDOW *win, chtype verch, chtype horch ) { in box() argument
22 return wborder( win, verch, verch, horch, horch, in box()
/dports/net/ipxe/ipxe-2265a65/src/hci/mucurses/
H A Dedging.c22 int box ( WINDOW *win, chtype verch, chtype horch ) { in box() argument
24 return wborder( win, verch, verch, horch, horch, in box()
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/hci/mucurses/
H A Dedging.c22 int box ( WINDOW *win, chtype verch, chtype horch ) { in box() argument
24 return wborder( win, verch, verch, horch, horch, in box()
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/hci/mucurses/
H A Dedging.c22 int box ( WINDOW *win, chtype verch, chtype horch ) { in box() argument
24 return wborder( win, verch, verch, horch, horch, in box()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pdcurses-sys-0.7.0/src/PDCurses/pdcurses/
H A Dborder.c192 int box(WINDOW *win, chtype verch, chtype horch) in box() argument
196 return wborder(win, verch, verch, horch, horch, 0, 0, 0, 0); in box()
335 int box_set(WINDOW *win, const cchar_t *verch, const cchar_t *horch) in box_set() argument
339 return wborder_set(win, verch, verch, horch, horch, in box_set()
/dports/devel/pdcurses/PDCurses-3.5/pdcurses/
H A Dborder.c192 int box(WINDOW *win, chtype verch, chtype horch) in box() argument
196 return wborder(win, verch, verch, horch, horch, 0, 0, 0, 0); in box()
335 int box_set(WINDOW *win, const cchar_t *verch, const cchar_t *horch) in box_set() argument
339 return wborder_set(win, verch, verch, horch, horch, in box_set()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pdcurses-sys-0.7.1/src/PDCurses/pdcurses/
H A Dborder.c192 int box(WINDOW *win, chtype verch, chtype horch)
196 return wborder(win, verch, verch, horch, horch, 0, 0, 0, 0);
335 int box_set(WINDOW *win, const cchar_t *verch, const cchar_t *horch)
339 return wborder_set(win, verch, verch, horch, horch,
/dports/devel/mingw32-pdcurses/PDCurses-3.4/pdcurses/
H A Dborder.c189 int box(WINDOW *win, chtype verch, chtype horch) in box() argument
193 return wborder(win, verch, verch, horch, horch, 0, 0, 0, 0); in box()
332 int box_set(WINDOW *win, const cchar_t *verch, const cchar_t *horch) in box_set() argument
336 return wborder_set(win, verch, verch, horch, horch, in box_set()
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/win32_src/pdcurses/
H A Dborder.c195 int box(WINDOW *win, chtype verch, chtype horch) in box() argument
199 return wborder(win, verch, verch, horch, horch, 0, 0, 0, 0); in box()
338 int box_set(WINDOW *win, const cchar_t *verch, const cchar_t *horch) in box_set() argument
342 return wborder_set(win, verch, verch, horch, horch, in box_set()
/dports/security/yapet/yapet-2.3/libyacurs/include/
H A Dyacurscurses.h251 inline int box(WINDOW* win, int verch, int horch) { in box() argument
252 return wborder(win, verch, verch, horch, horch, 0, 0, 0, 0); in box()
H A Dcurswin.h185 CursWin& box(chtype verch = 0, chtype horch = 0);
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pancurses-0.16.1/src/unix/
H A Dmod.rs38 pub fn _draw_box(w: WINDOW, verch: chtype, horch: chtype) -> i32 { in _draw_box()
39 box_(w, verch, horch) in _draw_box()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pancurses-0.17.0/src/unix/
H A Dmod.rs40 pub fn _draw_box(w: WINDOW, verch: chtype, horch: chtype) -> i32 { in _draw_box()
41 box_(w, verch, horch) in _draw_box()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pancurses-0.16.1/src/unix/
H A Dmod.rs38 pub fn _draw_box(w: WINDOW, verch: chtype, horch: chtype) -> i32 {
39 box_(w, verch, horch)
/dports/dns/validns/validns-0.8/t/zones/
H A Dgalaxyplus.org13 MX 5 horch.tobez.org.
H A Dmanyerrors.zone58 MX 5 horch.tobez.org.
61 MX 5 horch.tobez.org. garbage
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pancurses-0.16.1/src/windows/
H A Dmod.rs47 pub fn _draw_box(w: *mut WINDOW, verch: chtype, horch: chtype) -> i32 { in _draw_box()
48 unsafe { _box(w, verch, horch) } in _draw_box()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pancurses-0.16.1/src/windows/
H A Dmod.rs47 pub fn _draw_box(w: *mut WINDOW, verch: chtype, horch: chtype) -> i32 { in _draw_box()
48 unsafe { _box(w, verch, horch) } in _draw_box()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pancurses-0.17.0/src/windows/
H A Dmod.rs47 pub fn _draw_box(w: *mut WINDOW, verch: chtype, horch: chtype) -> i32 {
48 unsafe { _box(w, verch, horch) }
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pancurses-0.16.1/src/
H A Dwindow.rs228 pub fn draw_box<T: ToChtype>(&self, verch: T, horch: T) -> i32 { in draw_box()
229 platform_specific::_draw_box(self._window, verch.to_chtype(), horch.to_chtype()) in draw_box()

1234