Home
last modified time | relevance | path

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

12

/freebsd/contrib/ncurses/ncurses/tty/
H A Dtty_update.c747 int nonempty; in TINFO_DOUPDATE() local
1005 nonempty = 0; in TINFO_DOUPDATE()
1016 nonempty = Min(screen_lines(SP_PARM), NewScreen(SP_PARM)->_maxy + 1); in TINFO_DOUPDATE()
1022 nonempty = ClrBottom(NCURSES_SP_ARGx nonempty); in TINFO_DOUPDATE()
1024 TR(TRACE_UPDATE, ("Transforming lines, nonempty %d", nonempty)); in TINFO_DOUPDATE()
1025 for (i = 0; i < nonempty; i++) { in TINFO_DOUPDATE()
1058 for (i = nonempty; i <= NewScreen(SP_PARM)->_maxy; i++) { in TINFO_DOUPDATE()
1061 for (i = nonempty; i <= CurScreen(SP_PARM)->_maxy; i++) { in TINFO_DOUPDATE()
1146 int nonempty = Min(screen_lines(SP_PARM), in ClrUpdate() local
1153 nonempty = ClrBottom(NCURSES_SP_ARGx nonempty); in ClrUpdate()
[all …]
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c375 int y, nonempty, n, x0, x1, Width, Height; in wcon_doupdate() local
384 nonempty = Min(Height, NewScreen(sp)->_maxy + 1); in wcon_doupdate()
421 for (y = 0; y < nonempty; y++) { in wcon_doupdate()
430 T(("... cleared %dx%d lines @%d of screen", nonempty, Width, in wcon_doupdate()
434 for (y = 0; y < nonempty; y++) { in wcon_doupdate()
489 for (y = nonempty; y <= NewScreen(sp)->_maxy; y++) { in wcon_doupdate()
492 for (y = nonempty; y <= CurScreen(sp)->_maxy; y++) { in wcon_doupdate()
/freebsd/contrib/bmake/unit-tests/
H A Dcond-token-string.mk76 . info A nonempty expression evaluates to true.
H A Dvarmod-loop-varname.mk128 .if ${:Uword:@var@${defined(var):?def:undef} ${empty(var):?empty:nonempty}@} \
H A Dvarmod-loop.mk72 .if ${:Uword:@var@${defined(var):?def:undef} ${empty(var):?empty:nonempty}@} \
/freebsd/crypto/openssl/doc/man7/
H A DEVP_SIGNATURE-ED25519.pod36 Ed25519ctx, the context-string must be nonempty). For the Ed25519
37 instance, a nonempty context-string is not permitted.
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_ESS_check_signing_certs.pod46 As far as these lists are present, they must be nonempty.
H A DSSL_CTX_set_alpn_select_cb.pod78 least one valid (nonempty) protocol entry in the list.
131 nonempty, 8-bit length-prefixed, byte strings. The length-prefix byte is not
H A DSSL_set1_host.pod26 When a nonempty I<host> is specified, certificate verification automatically
H A DOSSL_trace_enabled.pod114 newlines and makes sure for nonempty input that the output ends with a newline.
/freebsd/stand/forth/
H A Dsupport.4th980 : show-nonempty ( addr len mod -- )
989 s" Path: " addr module.loadname show-nonempty
990 s" Type: " addr module.type show-nonempty
991 s" Flags: " addr module.args show-nonempty
992 s" Before load: " addr module.beforeload show-nonempty
993 s" After load: " addr module.afterload show-nonempty
994 s" Error: " addr module.loaderror show-nonempty
/freebsd/contrib/tzdata/
H A Dzonenow.tab19 # 4. Every timezone has a nonempty comments column, with wording
/freebsd/sys/contrib/openzfs/config/
H A Dlib-link.m415 dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname
55 dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname
179 dnl Also, sets the LIB${NAME}_PREFIX variable to nonempty if libname was found
H A Dpo.m4290 # next line. Put a nonempty string into the hold space to indicate this.
/freebsd/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/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/contrib/ntp/sntp/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/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/contrib/libevent/build-aux/
H A Dltmain.sh5881 static const char *nonempty (const char *s);
6183 nonempty (path));
6201 nonempty (path));
6228 nonempty (wrapper));
6442 nonempty (const char *s)
/freebsd/contrib/ldns/
H A Dltmain.sh5758 static const char *nonempty (const char *s);
6060 nonempty (path));
6078 nonempty (path));
6105 nonempty (wrapper));
6319 nonempty (const char *s)
/freebsd/contrib/openpam/
H A Dltmain.sh6071 static const char *nonempty (const char *s);
6373 nonempty (path));
6391 nonempty (path));
6418 nonempty (wrapper));
6632 nonempty (const char *s)
/freebsd/contrib/file/
H A Dltmain.sh5926 static const char *nonempty (const char *s);
6228 nonempty (path));
6246 nonempty (path));
6273 nonempty (wrapper));
6487 nonempty (const char *s)
/freebsd/contrib/unbound/
H A Dltmain.sh6064 static const char *nonempty (const char *s);
6366 nonempty (path));
6384 nonempty (path));
6411 nonempty (wrapper));
6625 nonempty (const char *s)
/freebsd/contrib/byacc/
H A Daclocal.m41783 dnl $3 = nonempty to allow verbose message
/freebsd/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,

12