Home
last modified time | relevance | path

Searched refs:nonempty (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-12.1/contrib/ncurses/ncurses/tty/
H A Dtty_update.c667 int nonempty; in TINFO_DOUPDATE() local
914 nonempty = 0; in TINFO_DOUPDATE()
925 nonempty = min(screen_lines(SP_PARM), NewScreen(SP_PARM)->_maxy + 1); in TINFO_DOUPDATE()
931 nonempty = ClrBottom(NCURSES_SP_ARGx nonempty); in TINFO_DOUPDATE()
933 TR(TRACE_UPDATE, ("Transforming lines, nonempty %d", nonempty)); in TINFO_DOUPDATE()
934 for (i = 0; i < nonempty; i++) { in TINFO_DOUPDATE()
967 for (i = nonempty; i <= NewScreen(SP_PARM)->_maxy; i++) { in TINFO_DOUPDATE()
970 for (i = nonempty; i <= CurScreen(SP_PARM)->_maxy; i++) { in TINFO_DOUPDATE()
1054 int nonempty = min(screen_lines(SP_PARM), in ClrUpdate() local
1061 nonempty = ClrBottom(NCURSES_SP_ARGx nonempty); in ClrUpdate()
[all …]
/freebsd-12.1/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c343 int y, nonempty, n, x0, x1, Width, Height; in drv_doupdate() local
354 nonempty = min(Height, NewScreen(sp)->_maxy + 1); in drv_doupdate()
374 for (y = 0; y < nonempty; y++) { in drv_doupdate()
385 for (y = 0; y < nonempty; y++) { in drv_doupdate()
438 for (y = nonempty; y <= NewScreen(sp)->_maxy; y++) { in drv_doupdate()
441 for (y = nonempty; y <= CurScreen(sp)->_maxy; y++) { in drv_doupdate()
/freebsd-12.1/stand/forth/
H A Dsupport.4th903 : show-nonempty ( addr len mod -- )
912 s" Path: " addr module.loadname show-nonempty
913 s" Type: " addr module.type show-nonempty
914 s" Flags: " addr module.args show-nonempty
915 s" Before load: " addr module.beforeload show-nonempty
916 s" After load: " addr module.afterload show-nonempty
917 s" Error: " addr module.loaderror show-nonempty
/freebsd-12.1/crypto/heimdal/
H A Dltmain.sh4287 static const char *nonempty (const char *s);
4584 nonempty (path));
4602 nonempty (path));
4629 nonempty (wrapper));
4843 nonempty (const char *s)
/freebsd-12.1/contrib/file/
H A Dltmain.sh4294 static const char *nonempty (const char *s);
4591 nonempty (path));
4609 nonempty (path));
4636 nonempty (wrapper));
4850 nonempty (const char *s)
/freebsd-12.1/contrib/ldns/
H A Dltmain.sh5666 static const char *nonempty (const char *s);
5968 nonempty (path));
5986 nonempty (path));
6013 nonempty (wrapper));
6227 nonempty (const char *s)
/freebsd-12.1/contrib/unbound/
H A Dltmain.sh5666 static const char *nonempty (const char *s);
5968 nonempty (path));
5986 nonempty (path));
6013 nonempty (wrapper));
6227 nonempty (const char *s)
/freebsd-12.1/contrib/sqlite3/
H A Dltmain.sh5666 static const char *nonempty (const char *s);
5968 nonempty (path));
5986 nonempty (path));
6013 nonempty (wrapper));
6227 nonempty (const char *s)
/freebsd-12.1/contrib/openpam/
H A Dltmain.sh5666 static const char *nonempty (const char *s);
5968 nonempty (path));
5986 nonempty (path));
6013 nonempty (wrapper));
6227 nonempty (const char *s)
/freebsd-12.1/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh5666 static const char *nonempty (const char *s);
5968 nonempty (path));
5986 nonempty (path));
6013 nonempty (wrapper));
6227 nonempty (const char *s)
/freebsd-12.1/contrib/libevent/
H A Dltmain.sh5666 static const char *nonempty (const char *s);
5968 nonempty (path));
5986 nonempty (path));
6013 nonempty (wrapper));
6227 nonempty (const char *s)
/freebsd-12.1/contrib/openbsm/config/
H A Dltmain.sh5666 static const char *nonempty (const char *s);
5968 nonempty (path));
5986 nonempty (path));
6013 nonempty (wrapper));
6227 nonempty (const char *s)
/freebsd-12.1/contrib/gcc/doc/
H A Dimplement-c.texi55 @cite{Whether each nonempty sequence of white-space characters other than
H A Dtrouble.texi1219 However, the rationale here is that optimization of a nonempty loop
/freebsd-12.1/contrib/binutils/bfd/
H A Dconfigure.in915 # Only set these if they will be nonempty, for the clever echo.
H A DChangeLog1080 if nonempty.
/freebsd-12.1/contrib/gcc/doc/include/
H A Dtexinfo.tex343 % Only leave this space if the footline is nonempty.
3663 % See if the index file exists and is nonempty.
6141 % Only output a following space if the -snt ref is nonempty; for
6195 % If its value is nonempty, SUFFIX is output afterward.
/freebsd-12.1/contrib/amd/doc/
H A Dtexinfo.tex369 % Only leave this space if the footline is nonempty.
4895 % See if the index file exists and is nonempty.
8021 % Only output a following space if the -snt ref is nonempty; for
8057 \ifdim \wd2 > 7sp % nonempty?
8101 % If its value is nonempty, SUFFIX is output afterward.
/freebsd-12.1/contrib/gcc/
H A Drtl.def748 second argument is present and nonempty, it is a sequence of digits
/freebsd-12.1/contrib/binutils/ld/
H A Dldint.texinfo195 If this is set to a nonempty string, @file{genscripts.sh} will invoke
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Drope1669 // Concatenation of nonempty strings.
/freebsd-12.1/contrib/diff/doc/
H A Ddiff.texi2638 blank characters (i.e.@: spaces and tabs) loosely so that any nonempty
2639 sequence of blanks in the patch file matches any nonempty sequence of
2885 To determine the @dfn{best} of a nonempty list of file names,
/freebsd-12.1/contrib/binutils/
H A Dlibtool.m47028 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
7078 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
/freebsd-12.1/contrib/dialog/
H A Daclocal.m4944 dnl $2 if nonempty sets the option to --enable-nls rather than to --disable-nls
/freebsd-12.1/contrib/gperf/
H A DChangeLog357 strings. Use "o >= 0" to test for nonempty table entry.

12