Searched defs:FALSE (Results 1 - 25 of 43) sorted by relevance

12

/osnet-11/usr/src/lib/libvolmgt/common/
H A Dvolmgt_private.h43 #define FALSE 0 macro
/osnet-11/usr/src/lib/libeti/menu/common/
H A Dshow.c52 (void) copywin(Sub(m), us, 0, 0, 0, 0, r-1, c-1, FALSE); local
/osnet-11/usr/src/lib/libmail/common/
H A Dsetup_exec.c37 #define FALSE 0 macro
46 int ignorespace = FALSE;
55 stop = FALSE;
56 while (*q && (stop == FALSE)) {
65 FALSE : TRUE);
71 (ignorespace == FALSE)) {
/osnet-11/usr/src/lib/libfru/libfruraw/
H A Dcrcmodel.h118 #define FALSE 0 macro
/osnet-11/usr/src/lib/libc/port/gen/
H A Dttyslot.c50 #define FALSE 0 macro
60 int console = FALSE;
H A Dhsearch.c65 #define FALSE 0 macro
216 return (FALSE);
H A Dsyslog.c91 #ifndef FALSE
92 #define FALSE 0 macro
123 FALSE, /* check for validity of fd for log */
/osnet-11/usr/src/lib/pkcs11/include/
H A Dcryptoki.h58 * pkcs11t.h defines TRUE and FALSE in a way that upsets lint
65 #ifndef FALSE
66 #define FALSE 0 macro
67 #endif /* FALSE */
/osnet-11/usr/src/lib/libnsl/dial/
H A Dsysfiles.h50 #define FALSE 0 macro
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dprivate.h119 #define FALSE (0) macro
/osnet-11/usr/src/lib/libcurses/screen/
H A Dcompiler.h104 #define FALSE 0 macro
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dmailcompat.c35 #define FALSE 0 macro
38 bool Debug = FALSE;
122 bool in_body = FALSE;
332 return (FALSE);
H A Drfc2047.c59 #define FALSE 0 macro
108 bool encoding_found = FALSE; /* did we decode anything? */
109 bool between_encodings = FALSE; /* are we between two encodings? */
110 bool equals_pending = FALSE; /* is there a '=' pending? */
114 return (FALSE);
121 return (FALSE);
130 equals_pending = FALSE;
131 between_encodings = FALSE; /* we added non-WS text */
139 between_encodings = FALSE; /* non-WS added */
199 equals_pending = FALSE;
[all...]
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dtree.c87 # define FALSE 0 macro
134 int i_balance = FALSE;
146 int i_balance = FALSE, i_uar_called = FALSE;
161 RET(FALSE)
163 RET(FALSE)
165 RET(FALSE)
225 *pi_balance = FALSE;
264 *pi_balance = FALSE;
283 *pi_balance = FALSE;
[all...]
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationAttribute.java72 final static String FALSE = "false"; field in class:ServiceLocationAttribute
233 value.equalsIgnoreCase(FALSE)) {
/osnet-11/usr/src/lib/libmalloc/common/
H A Dmallint.h161 #define FALSE 0 macro
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dtypes.h106 #ifndef FALSE
107 FALSE = 0, enumerator in enum:__anon2155
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dtparm.c58 #ifndef FALSE
59 # define FALSE (0) macro
62 # define TRUE (!FALSE)
216 stack[stack_ptr].num_type = FALSE;
238 grub_bool done = FALSE;
239 grub_bool allowminus = FALSE;
240 grub_bool dot = FALSE;
241 grub_bool err = FALSE;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPerldoc.pm34 sub FALSE () {return} subroutine
37 *IS_VMS = $^O eq 'VMS' ? \&TRUE : \&FALSE unless defined &IS_VMS;
38 *IS_MSWin32 = $^O eq 'MSWin32' ? \&TRUE : \&FALSE unless defined &IS_MSWin32;
39 *IS_Dos = $^O eq 'dos' ? \&TRUE : \&FALSE unless defined &IS_Dos;
40 *IS_OS2 = $^O eq 'os2' ? \&TRUE : \&FALSE unless defined &IS_OS2;
41 *IS_Cygwin = $^O eq 'cygwin' ? \&TRUE : \&FALSE unless defined &IS_Cygwin;
42 *IS_Linux = $^O eq 'linux' ? \&TRUE : \&FALSE unless defined &IS_Linux;
43 *IS_HPUX = $^O =~ m/hpux/ ? \&TRUE : \&FALSE unless defined &IS_HPUX;
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dtparm.c50 #ifndef FALSE
51 # define FALSE (0) macro
54 # define TRUE (!FALSE)
221 stack[stack_ptr].num_type = FALSE;
245 grub_bool_t done = FALSE;
246 grub_bool_t allowminus = FALSE;
247 grub_bool_t dot = FALSE;
248 grub_bool_t err = FALSE;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm33 use constant FALSE => ""; constant
281 $self->{overrideHangul} = FALSE
283 $self->{overrideCJK} = FALSE
382 $is_L3_ignorable = FALSE
400 $self->{L3_ignorable}{$uv[0]} = FALSE); # &&= stores key.
690 $last_is_variable = FALSE;
835 return grep($wt->[$_-1] != 0, MinLevel..$lv) ? TRUE : FALSE;
910 $to_be_pushed = FALSE if $last_is_variable;
913 $last_is_variable = FALSE;
927 $last_is_variable = FALSE; # reus
[all...]
/osnet-11/usr/src/lib/libc/i386/sys/
H A Dptrace.c62 #define FALSE 0 macro
/osnet-11/usr/src/lib/libc/sparc/sys/
H A Dptrace.c62 #define FALSE 0 macro
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_ctx.c67 #ifndef FALSE
68 #define FALSE 0 macro
182 (void) smbfs_ctx_setdomain(ctx, domain, FALSE);
216 (void) smbfs_ctx_setsigning(ctx, FALSE);
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dgnome-vfs-method.c26 #undef FALSE macro
28 #include "types.h" /* for 'FALSE'/'TRUE' libntfs definition */
29 #define FALSE FALSE macro
347 FALSE); /* free_segment */

Completed in 51 milliseconds

12