/freebsd/usr.bin/talk/ |
H A D | init_disp.c | 206 wresize(my_win.x_win, my_win.x_nlines, my_win.x_ncols); in resize_display() 212 wresize(his_win.x_win, his_win.x_nlines, his_win.x_ncols); in resize_display() 216 wresize(line_win, 1, COLS); in resize_display()
|
/freebsd/contrib/bsddialog/lib/ |
H A D | textbox.c | 164 wresize(st.pad, st.hpad, st.wpad); in bsddialog_textbox() 168 wresize(st.pad, st.hpad, st.wpad); in bsddialog_textbox()
|
H A D | lib_util.c | 1031 wresize(win, h, w); in update_box() 1158 wresize(win, *rows, cols); in print_string() 1240 wresize(pad, rows, cols); in print_textpad() 1270 wresize(d->shadow, d->h, d->w); in draw_dialog() 1276 wresize(d->widget, d->h, d->w); in draw_dialog() 1327 wresize(d->textpad, 1, d->w - BORDERS - TEXTHMARGINS); in prepare_dialog()
|
H A D | formbox.c | 635 wresize(f->pad, f->h, f->w); in form_redraw()
|
/freebsd/lib/ncurses/ncurses/ |
H A D | Makefile | 97 wresize.c \
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | wresize.c | 108 wresize(WINDOW *win, int ToLines, int ToCols) in wresize() function
|
H A D | resizeterm.c | 271 result = wresize(win, myLines, myCols); in adjust_window()
|
H A D | lib_screen.c | 952 int code = wresize(result, in replace_window()
|
/freebsd/contrib/ncurses/man/ |
H A D | man_db.renames.in | 171 wresize.3x wresize.3ncurses
|
/freebsd/contrib/ncurses/misc/ |
H A D | ncurses.def | 437 "wresize" @343 NONAME
|
H A D | ncurses.ref | 364 "wresize" @343 NONAME ; implemented
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | modules | 158 wresize lib $(base) $(HEADER_DEPS)
|
H A D | llib-lncursest | 2766 /* ./base/wresize.c */ 2768 #undef wresize 2769 int wresize(
|
H A D | llib-lncurses | 2757 /* ./base/wresize.c */ 2759 #undef wresize 2760 int wresize(
|
H A D | llib-lncursestw | 3705 /* ./base/wresize.c */ 3707 #undef wresize 3708 int wresize(
|
H A D | llib-lncursesw | 3696 /* ./base/wresize.c */ 3698 #undef wresize 3699 int wresize(
|
/freebsd/contrib/ncurses/ |
H A D | README | 162 the wresize, default colors and key definition extensions and numerous
|
H A D | MANIFEST | 482 ./doc/html/man/wresize.3x.html 718 ./man/wresize.3x 885 ./ncurses/base/wresize.c
|
H A D | ANNOUNCE | 461 * The function wresize allows you to resize windows, preserving
|
H A D | NEWS | 1598 + fix a special case in wresize() where copying the old text did not 3711 + add note on portability of resizeterm and wresize to manual pages. 5568 + propagate error-returns from wresize, i.e., the internal 6083 + fixes to curs_color.3x, curs_kernel.3x and wresize.3x manpages (patch 6282 + fix typo in wresize.3x (patch by Tim van der Molen). 7238 + remove unneeded window-parameter from C++ binding for wresize (report 7248 + add wresize() to C++ binding (request by Chris Lee). 7507 + fix a memory leak in ncurses/base/wresize.c 7530 + fix a double-free in ncurses/base/wresize.c 9980 + modified wresize() to ensure that a failed realloc will not corrupt [all …]
|
/freebsd/contrib/bsddialog/ |
H A D | CHANGELOG | 172 * fix: shadow top-left corner (trick wresize() before wmove()).
|
/freebsd/lib/ncurses/tinfo/ |
H A D | Makefile | 457 wresize.3
|
/freebsd/contrib/ncurses/form/ |
H A D | frm_driver.c | 729 if (wresize(field->working, 1, Buffer_Length(field) + 1) == ERR) in Field_Grown() 4797 if (wresize(field->working, 1, Buffer_Length(field) + 1) == ERR) in set_field_buffer()
|
/freebsd/contrib/dialog/ |
H A D | util.c | 2421 (void) wresize(win, height, width); in dlg_move_window()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 642 void Resize(int w, int h) { ::wresize(m_window, h, w); } in Resize() 644 ::wresize(m_window, size.height, size.width); in Resize()
|