Home
last modified time | relevance | path

Searched full:subpad (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/ncurses/man/
H A Dcurs_pad.3x49 \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 Dcurs_threads.3x492 subpad window
H A Dncurses.3x957 subpad/\fBcurs_pad\fP(3X)
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_pad.c86 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 Dncurses.def359 "subpad" @255 NONAME
H A Dncurses.ref276 "subpad" @255 NONAME ; implemented
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcommand_table.h226 {"subpad", cmd_subpad},
H A Dcurses_commands.c4217 report_ptr(subpad(pad, lines, cols, begin_y, begin_x)); in cmd_subpad()
/freebsd/contrib/ncurses/menu/
H A Dm_post.c303 if (!(menu->sub = subpad(menu->win, y, menu->width, 0, 0))) in post_menu()
/freebsd/lib/ncurses/tinfo/
H A DMakefile726 curs_pad.3 subpad.3 \
/freebsd/contrib/ncurses/ncurses/
H A Dllib-lncurses1759 #undef subpad
1760 WINDOW *subpad(
H A Dllib-lncursest1768 #undef subpad
1769 WINDOW *subpad(
H A Dllib-lncursesw2346 #undef subpad
2347 WINDOW *subpad(
H A Dllib-lncursestw2355 #undef subpad
2356 WINDOW *subpad(
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in820 extern NCURSES_EXPORT(WINDOW *) subpad (WINDOW *, int, int, int, int); /* implemented */
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp367 ::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