Searched full:subpad (Results 1 – 16 of 16) sorted by relevance
| /freebsd/contrib/ncurses/man/ |
| H A D | curs_pad.3x | 49 \fB\%subpad\fP, 60 \fBWINDOW *subpad(WINDOW *\fIparent\fP, int \fInlines\fP, int \fIncols\fP, 96 .SS subpad 97 .B \%subpad 111 When operating on a subpad, 240 .I \%subpad 292 .IR \%subpad "," 320 .IR \%subpad "," 350 .I \%subpad
|
| H A D | curs_threads.3x | 492 subpad window
|
| H A D | ncurses.3x | 957 subpad/\fBcurs_pad\fP(3X)
|
| /freebsd/contrib/ncurses/ncurses/base/ |
| H A D | lib_pad.c | 86 subpad(WINDOW *orig, int l, int c, int begy, int begx) in subpad() function 90 T((T_CALLED("subpad(%d, %d)"), l, c)); in subpad()
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | ncurses.def | 359 "subpad" @255 NONAME
|
| H A D | ncurses.ref | 276 "subpad" @255 NONAME ; implemented
|
| /freebsd/contrib/netbsd-tests/lib/libcurses/slave/ |
| H A D | command_table.h | 226 {"subpad", cmd_subpad},
|
| H A D | curses_commands.c | 4217 report_ptr(subpad(pad, lines, cols, begin_y, begin_x)); in cmd_subpad()
|
| /freebsd/contrib/ncurses/menu/ |
| H A D | m_post.c | 303 if (!(menu->sub = subpad(menu->win, y, menu->width, 0, 0))) in post_menu()
|
| /freebsd/lib/ncurses/tinfo/ |
| H A D | Makefile | 726 curs_pad.3 subpad.3 \
|
| /freebsd/contrib/ncurses/ncurses/ |
| H A D | llib-lncurses | 1759 #undef subpad 1760 WINDOW *subpad(
|
| H A D | llib-lncursest | 1768 #undef subpad 1769 WINDOW *subpad(
|
| H A D | llib-lncursesw | 2346 #undef subpad 2347 WINDOW *subpad(
|
| H A D | llib-lncursestw | 2355 #undef subpad 2356 WINDOW *subpad(
|
| /freebsd/contrib/ncurses/include/ |
| H A D | curses.h.in | 820 extern NCURSES_EXPORT(WINDOW *) subpad (WINDOW *, int, int, int, int); /* implemented */
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 367 ::subpad(m_window, bounds.size.height, bounds.size.width, in SubSurface() 1024 // Draw the field in the given subpad surface. The surface have a height that
|