Home
last modified time | relevance | path

Searched refs:resized (Results 1 – 25 of 34) sorted by relevance

12

/netbsd-src/lib/libcurses/
H A Dget_wch.c56 static wint_t __fgetwc_resize(FILE *infd, bool *resized);
459 if (_cursesi_screen->resized) { in wget_wch()
461 _cursesi_screen->resized = 0; in wget_wch()
505 bool resized; in wget_wch()
520 c = __fgetwc_resize(infd, &resized); in wget_wch()
524 if (resized) { in wget_wch()
597 __fgetwc_resize(FILE *infd, bool *resized) in __fgetwc_resize()
605 if (!ferror(infd) || errno != EINTR || !_cursesi_screen->resized) in __fgetwc_resize()
609 _cursesi_screen->resized = 0; in __fgetwc_resize()
610 *resized in __fgetwc_resize()
502 bool resized; wget_wch() local
594 __fgetwc_resize(FILE * infd,bool * resized) __fgetwc_resize() argument
[all...]
H A Dtstp.c156 _cursesi_screen->resized = 1; in __winch_signal_handler()
278 _cursesi_screen->resized = 1; in __restartwin()
282 _cursesi_screen->resized = 1; in __restartwin()
H A Dgetch.c830 if (_cursesi_screen->resized) { in wgetch()
832 _cursesi_screen->resized = 0; in wgetch()
1007 if (!ferror(infd) || errno != EINTR || !_cursesi_screen->resized) in __fgetc_resize()
1011 _cursesi_screen->resized = 0; in __fgetc_resize()
H A Dscreen.c167 new_screen->resized = 0; in newterm()
H A Dcurses_private.h276 int resized; member
H A Dresize.c155 /* Unconditionally inform application screen has been resized. */ in resizeterm()
156 _cursesi_screen->resized = 1; in resizeterm()
/netbsd-src/external/gpl2/lvm2/dist/test/
H A Dt-inconsistent-metadata.sh17 lvcreate -l 1 -n resized $vg
25 grep resized lvs.out | not grep 8192
26 lvresize -L 8192K $vg/resized
32 grep resized lvs.out | grep 8192
/netbsd-src/external/bsd/nvi/dist/gtk/
H A Dgtk.h8 int resized; member
H A Dgtkviwindow.h29 int resized; member
H A Dgtkviscreen.h61 void (*resized) (GtkViScreen *vi, gint width, gint height);
H A Dgtkviwindow.c368 vi_window->resized = 1;
378 if (vi_window->resized)
H A Dgtkviscreen.c282 GTK_SIGNAL_OFFSET (GtkViScreenClass, resized), in gtk_vi_screen_class_init()
309 class->resized = NULL; in gtk_vi_screen_class_init()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DBIO_f_buffer.pod42 when the buffer is resized.
81 return 1 if the buffer was successfully resized or <=0 for failure.
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DBIO_f_buffer.pod42 when the buffer is resized.
80 return 1 if the buffer was successfully resized or 0 for failure.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-to-generic.cc636 tree resized = convert (get_scalar_unsigned_int_type (destination_type), in build_resize_convert_view() local
638 gcc_assert ((size_t)int_size_in_bytes (TREE_TYPE (resized)) == dst_size); in build_resize_convert_view()
639 return build_resize_convert_view (destination_type, resized); in build_resize_convert_view()
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dsignal.rst24 resized. When a libuv app is running under a console emulator, or when a
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/
H A DOPENSSL_SA.pod59 starts at zero. The sparse array will be resized as required.
/netbsd-src/external/mpl/bind/dist/doc/notes/
H A Dnotes-9.18.0.rst
/netbsd-src/external/bsd/less/dist/
H A DNEWS204 * With -F, if screen is resized to make file fit on one screen, don't exit.
600 * Fix bug which caused screen to fail to repaint when window is resized.
H A Dless.man749 number is recalculated if the terminal window is resized. If
1030 window to 20 lines. If the screen is resized to 40 lines, the
1061 calculated if the terminal window is resized.
/netbsd-src/external/bsd/less/dist/lesstest/lt/
H A Dversion.c.lt962 if -F and screen is resized; fix memcpy usage.
1065 = if -F and screen is resized; fix memcpy usage._________________v588 5/27/21 Fix…
1067 = if -F and screen is resized; fix memcpy usage._________________v588 5/27/21 Fix…
1069 = if -F and screen is resized; fix memcpy usage._________________v588 5/27/21 Fix…
/netbsd-src/external/gpl2/texinfo/dist/doc/
H A Dinfo-stnd.texi1305 can cause all of the windows on the screen to be resized for you
1840 resized automatically, keeping an equal number of lines visible in each
1843 resized through automatic tiling; they remain their original size.
/netbsd-src/external/gpl2/lvm2/dist/po/
H A Dlvm2.po4638 msgid "Mirrors cannot be resized while active yet."
4647 "Snapshot origin volumes can be resized only while inactive: try lvchange -an"
4693 msgid "Logical volume %s successfully resized"
6393 msgid "%d physical volume(s) resized / %d physical volume(s) not resized"
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-20081569 of the resized array is zero, as determined by the SHAPE
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmm-viet.pot2051 "static word wrap, meaning it is not updated when the view is resized."

12