/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/hci/mucurses/ |
H A D | edging.c | 22 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 D | edging.c | 22 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 D | edging.c | 22 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 D | edging.c | 22 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 D | edging.c | 22 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 D | edging.c | 20 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 D | edging.c | 22 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 D | edging.c | 22 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 D | edging.c | 22 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 D | border.c | 192 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 D | border.c | 192 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 D | border.c | 192 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 D | border.c | 189 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 D | border.c | 195 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 D | yacurscurses.h | 251 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 D | curswin.h | 185 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 D | mod.rs | 38 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 D | mod.rs | 40 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 D | mod.rs | 38 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 D | galaxyplus.org | 13 MX 5 horch.tobez.org.
|
H A D | manyerrors.zone | 58 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 D | mod.rs | 47 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 D | mod.rs | 47 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 D | mod.rs | 47 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 D | window.rs | 228 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()
|