Home
last modified time | relevance | path

Searched refs:subpad (Results 1 – 25 of 110) sorted by relevance

12345

/dports/devel/pdcurses/PDCurses-3.5/pdcurses/
H A Dpad.c106 WINDOW *subpad(WINDOW *orig, int nlines, int ncols, int begy, int begx) in subpad() function
H A Dwindow.c444 if ( !(new = subpad(win->_parent, nlines, ncols,
/dports/devel/ncurses/ncurses-6.3/c++/
H A Dcursesw.h662 #ifdef subpad
663 inline WINDOW *UNDEF(subpad)(WINDOW *p, int l, int c, int y, int x) in UNDEF() argument
665 #undef subpad
666 #define subpad UNDEF(subpad) macro
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pdcurses-sys-0.7.0/src/PDCurses/pdcurses/
H A Dpad.c106 WINDOW *subpad(WINDOW *orig, int nlines, int ncols, int begy, int begx) in subpad() function
H A Dwindow.c444 if ( !(new = subpad(win->_parent, nlines, ncols, in resize_window()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pdcurses-sys-0.7.1/src/PDCurses/pdcurses/
H A Dpad.c106 WINDOW *subpad(WINDOW *orig, int nlines, int ncols, int begy, int begx) in subpad() function
H A Dwindow.c444 if ( !(new = subpad(win->_parent, nlines, ncols, in resize_window()
/dports/devel/mingw32-pdcurses/PDCurses-3.4/
H A Dexp-base.def200 subpad
/dports/devel/mingw32-pdcurses/PDCurses-3.4/pdcurses/
H A Dpad.c103 WINDOW *subpad(WINDOW *orig, int nlines, int ncols, int begy, int begx) in subpad() function
H A Dwindow.c438 if ( !(new = subpad(win->_parent, nlines, ncols, in resize_window()
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/win32_src/pdcurses/
H A Dpad.c113 WINDOW *subpad(WINDOW *orig, int nlines, int ncols, int begy, int begx) in subpad() function
H A Dwindow.c458 new = subpad(win->_parent, nlines, ncols, win->_begy, win->_begx); in resize_window()
/dports/devel/ncurses/ncurses-6.3/menu/
H A Dm_post.c302 if (!(menu->sub = subpad(menu->win, y, menu->width, 0, 0))) in post_menu()
/dports/devel/ncurses/ncurses-6.3/ncurses/base/
H A Dlib_pad.c86 subpad(WINDOW *orig, int l, int c, int begy, int begx) in subpad() function
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/2and3/
H A D_curses.pyi437 def subpad(self, begin_y: int, begin_x: int) -> _CursesWindow: ...
439 def subpad(self, nlines: int, ncols: int, begin_y: int, begin_x: int) -> _CursesWindow: ...
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/2and3/
H A D_curses.pyi437 def subpad(self, begin_y: int, begin_x: int) -> _CursesWindow: ...
439 def subpad(self, nlines: int, ncols: int, begin_y: int, begin_x: int) -> _CursesWindow: ...
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/@python2/
H A D_curses.pyi494 def subpad(self, begin_y: int, begin_x: int) -> _CursesWindow: ...
496 def subpad(self, nlines: int, ncols: int, begin_y: int, begin_x: int) -> _CursesWindow: ...
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A D_curses.pyi520 def subpad(self, begin_y: int, begin_x: int) -> _CursesWindow: ...
522 def subpad(self, nlines: int, ncols: int, begin_y: int, begin_x: int) -> _CursesWindow: ...
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/
H A D_curses.pyi517 def subpad(self, begin_y: int, begin_x: int) -> _CursesWindow: ...
519 def subpad(self, nlines: int, ncols: int, begin_y: int, begin_x: int) -> _CursesWindow: ...
/dports/devel/p5-Curses/Curses-1.38/
H A Dlist.syms125 E subpad(stdscr,0,0,0,0)
/dports/devel/ncurses/ncurses-6.3/misc/
H A Dncurses.def359 "subpad" @255 NONAME
/dports/devel/ncurses/ncurses-6.3/test/
H A Dtestcurs.c612 if ((spad = subpad(pad, 12, 25, 6, 52)) != 0) { in padTest()
/dports/lang/parrot/parrot-8.1.0/runtime/parrot/library/
H A DCurses.pir562 dlfunc $P2, $P1, 'subpad', 'ppiiii'
563 set_global 'subpad', $P2
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/ncurses-5.98.0/src/
H A Dll.rs248 pub fn subpad(_:WINDOW, _:c_int, _:c_int, _:c_int, _:c_int) -> WINDOW; in subpad() function
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/ncurses-5.101.0/src/
H A Dll.rs247 pub fn subpad(_:WINDOW, _:c_int, _:c_int, _:c_int, _:c_int) -> WINDOW; in subpad() function

12345