| /freebsd-12.1/contrib/ncurses/ncurses/tty/ |
| H A D | tty_update.c | 667 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 D | win_driver.c | 343 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 D | support.4th | 903 : 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 D | ltmain.sh | 4287 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 D | ltmain.sh | 4294 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 D | ltmain.sh | 5666 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 D | ltmain.sh | 5666 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 D | ltmain.sh | 5666 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 D | ltmain.sh | 5666 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 D | ltmain.sh | 5666 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 D | ltmain.sh | 5666 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 D | ltmain.sh | 5666 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 D | implement-c.texi | 55 @cite{Whether each nonempty sequence of white-space characters other than
|
| H A D | trouble.texi | 1219 However, the rationale here is that optimization of a nonempty loop
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | configure.in | 915 # Only set these if they will be nonempty, for the clever echo.
|
| H A D | ChangeLog | 1080 if nonempty.
|
| /freebsd-12.1/contrib/gcc/doc/include/ |
| H A D | texinfo.tex | 343 % 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 D | texinfo.tex | 369 % 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 D | rtl.def | 748 second argument is present and nonempty, it is a sequence of digits
|
| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | ldint.texinfo | 195 If this is set to a nonempty string, @file{genscripts.sh} will invoke
|
| /freebsd-12.1/contrib/libstdc++/include/ext/ |
| H A D | rope | 1669 // Concatenation of nonempty strings.
|
| /freebsd-12.1/contrib/diff/doc/ |
| H A D | diff.texi | 2638 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 D | libtool.m4 | 7028 # 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 D | aclocal.m4 | 944 dnl $2 if nonempty sets the option to --enable-nls rather than to --disable-nls
|
| /freebsd-12.1/contrib/gperf/ |
| H A D | ChangeLog | 357 strings. Use "o >= 0" to test for nonempty table entry.
|