Home
last modified time | relevance | path

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

12

/trueos/contrib/ncurses/ncurses/tty/
HDtty_update.c624 int nonempty; in doupdate() local
847 nonempty = 0; in doupdate()
858 nonempty = min(screen_lines, newscr->_maxy + 1); in doupdate()
864 nonempty = ClrBottom(nonempty); in doupdate()
866 TR(TRACE_UPDATE, ("Transforming lines, nonempty %d", nonempty)); in doupdate()
867 for (i = 0; i < nonempty; i++) { in doupdate()
900 for (i = nonempty; i <= newscr->_maxy; i++) { in doupdate()
903 for (i = nonempty; i <= curscr->_maxy; i++) { in doupdate()
977 int nonempty = min(screen_lines, newscr->_maxy + 1); in ClrUpdate() local
985 nonempty = ClrBottom(nonempty); in ClrUpdate()
[all …]
/trueos/sys/boot/forth/
HDsupport.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
/trueos/gnu/usr.bin/rcs/
HDNEWS64 ci's -rR option (with a nonempty R) now just specifies a revision number R.
292 The default branch is not put into the RCS file unless it is nonempty.
400 nonempty log messages, but instead merges them with the next revision
/trueos/contrib/unbound/
HDltmain.sh4293 static const char *nonempty (const char *s);
4590 nonempty (path));
4608 nonempty (path));
4635 nonempty (wrapper));
4849 nonempty (const char *s)
/trueos/contrib/openbsm/config/
HDltmain.sh4326 static const char *nonempty (const char *s);
4623 nonempty (path));
4641 nonempty (path));
4668 nonempty (wrapper));
4882 nonempty (const char *s)
/trueos/contrib/ldns/
HDltmain.sh4293 static const char *nonempty (const char *s);
4590 nonempty (path));
4608 nonempty (path));
4635 nonempty (wrapper));
4849 nonempty (const char *s)
/trueos/contrib/file/
HDltmain.sh4294 static const char *nonempty (const char *s);
4591 nonempty (path));
4609 nonempty (path));
4636 nonempty (wrapper));
4850 nonempty (const char *s)
/trueos/contrib/openpam/
HDltmain.sh4326 static const char *nonempty (const char *s);
4623 nonempty (path));
4641 nonempty (path));
4668 nonempty (wrapper));
4882 nonempty (const char *s)
/trueos/crypto/heimdal/
HDltmain.sh4287 static const char *nonempty (const char *s);
4584 nonempty (path));
4602 nonempty (path));
4629 nonempty (wrapper));
4843 nonempty (const char *s)
/trueos/contrib/gcc/doc/
HDimplement-c.texi55 @cite{Whether each nonempty sequence of white-space characters other than
HDtrouble.texi1219 However, the rationale here is that optimization of a nonempty loop
/trueos/contrib/binutils/bfd/
HDconfigure.in915 # Only set these if they will be nonempty, for the clever echo.
HDChangeLog1034 if nonempty.
/trueos/contrib/amd/doc/
HDtexinfo.tex334 % Only leave this space if the footline is nonempty.
3489 % See if the index file exists and is nonempty.
5943 % Only output a following space if the -snt ref is nonempty; for
5997 % If its value is nonempty, SUFFIX is output afterward.
/trueos/contrib/groff/doc/
HDtexinfo.tex335 % Only leave this space if the footline is nonempty.
3561 % See if the index file exists and is nonempty.
6015 % Only output a following space if the -snt ref is nonempty; for
6069 % If its value is nonempty, SUFFIX is output afterward.
/trueos/contrib/gcc/doc/include/
HDtexinfo.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.
/trueos/contrib/binutils/ld/
HDldint.texinfo195 If this is set to a nonempty string, @file{genscripts.sh} will invoke
/trueos/contrib/gcc/
HDrtl.def748 second argument is present and nonempty, it is a sequence of digits
/trueos/contrib/libstdc++/include/ext/
Drope1669 // Concatenation of nonempty strings.
/trueos/contrib/diff/doc/
HDdiff.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,
/trueos/contrib/libyaml/
HDaclocal.m47187 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
7206 # dirname: Compute the dirname of FILE. If nonempty,
7279 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
/trueos/contrib/binutils/
HDlibtool.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,
HDChangeLog9058 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
9730 be used in gas distribution. If nonempty, lists a set of
/trueos/contrib/dialog/
HDaclocal.m4944 dnl $2 if nonempty sets the option to --enable-nls rather than to --disable-nls
/trueos/contrib/gperf/
HDChangeLog357 strings. Use "o >= 0" to test for nonempty table entry.

12