Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/ncurses/menu/
HDm_post.c303 if (!(menu->sub = subpad(menu->win, y, menu->width, 0, 0))) in post_menu()
/freebsd-14-stable/contrib/ncurses/ncurses/base/
HDlib_pad.c86 subpad(WINDOW *orig, int l, int c, int begy, int begx) in subpad() function
/freebsd-14-stable/contrib/ncurses/misc/
HDncurses.def359 "subpad" @255 NONAME
HDncurses.ref276 "subpad" @255 NONAME ; implemented
/freebsd-14-stable/lib/ncurses/tinfo/
HDMakefile725 curs_pad.3 subpad.3 \
/freebsd-14-stable/contrib/ncurses/ncurses/
HDllib-lncurses1759 #undef subpad
1760 WINDOW *subpad(
HDllib-lncursest1768 #undef subpad
1769 WINDOW *subpad(
HDllib-lncursestw2349 #undef subpad
2350 WINDOW *subpad(
HDllib-lncursesw2340 #undef subpad
2341 WINDOW *subpad(
/freebsd-14-stable/contrib/netbsd-tests/lib/libcurses/slave/
HDcurses_commands.c4217 report_ptr(subpad(pad, lines, cols, begin_y, begin_x)); in cmd_subpad()
/freebsd-14-stable/contrib/ncurses/include/
HDcurses.h.in817 extern NCURSES_EXPORT(WINDOW *) subpad (WINDOW *, int, int, int, int); /* implemented */
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDIOHandlerCursesGUI.cpp366 ::subpad(m_window, bounds.size.height, bounds.size.width, in SubSurface()