Searched refs:TRUE (Results 1 - 25 of 3948) sorted by relevance

1234567891011>>

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dregexcst.h132 {doNOP, 0, 0, 0, TRUE}
134 , {doLiteralChar, 254, 14,0, TRUE} // 2 term
135 , {doLiteralChar, 129, 14,0, TRUE} // 3
136 , {doSetBegin, 91 /* [ */, 104, 182, TRUE} // 4
137 , {doNOP, 40 /* ( */, 27,0, TRUE} // 5
138 , {doDotAny, 46 /* . */, 14,0, TRUE} // 6
139 , {doCaret, 94 /* ^ */, 14,0, TRUE} // 7
140 , {doDollar, 36 /* $ */, 14,0, TRUE} // 8
141 , {doNOP, 92 /* \ */, 84,0, TRUE} // 9
142 , {doOrOperator, 124 /* | */, 2,0, TRUE} // 1
[all...]
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/src/towitoko/
H A Ddefines.h37 #ifndef TRUE
38 #define TRUE 1 macro
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/src/
H A Dutils.h24 #ifndef TRUE
26 #define TRUE 1 macro
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dcpu-h8500.c35 return TRUE;
37 return TRUE;
39 return TRUE;
41 return TRUE;
55 TRUE, /* the default machine */
H A Dcpu-m68hc12.c34 TRUE,
50 TRUE,
H A Dcpu-bfin.c36 TRUE, /* The one and only. */
H A Dcpu-cr16c.c34 TRUE, /* The one and only. */
H A Dcpu-crx.c35 TRUE, /* The one and only. */
H A Dcpu-d30v.c36 TRUE,
H A Dcpu-dlx.c35 TRUE, /* The one and only. */
H A Dcpu-fr30.c34 TRUE, /* the default ? */
H A Dcpu-i860.c36 TRUE, /* Is this the default architecture? */
H A Dcpu-m10200.c34 TRUE, /* the one and only */
H A Dcpu-m68hc11.c34 TRUE,
H A Dcpu-m88k.c35 TRUE, /* the one and only */
H A Dcpu-mcore.c34 TRUE, /* Is this the default architecture ? */
H A Dcpu-mmix.c37 TRUE, /* This is the default architecture. */
H A Dcpu-or32.c35 TRUE, /* The one and only. */
H A Dcpu-pdp11.c34 TRUE, /* the one and only */
H A Dcpu-pj.c35 TRUE, /* the default machine */
/macosx-10.9.5/uucp-11/uucp/unix/
H A Dlink.c21 *pfworked = TRUE;
22 return TRUE;
26 if (! fsysdep_make_dirs (zto, TRUE))
30 *pfworked = TRUE;
31 return TRUE;
35 return TRUE;
/macosx-10.9.5/autofs-234/files/
H A Dautofs.conf11 # If TRUE, automount(8) will print more detailed
16 # If TRUE, automountd(8) will log to syslogd(8) more
21 # If TRUE, automountd(8) will disable browsing of all maps.
42 # If TRUE automountd will force all mounts to be "nosuid".
45 AUTOMOUNTD_NOSUID=TRUE
/macosx-10.9.5/cctools-845/include/stuff/
H A Dbool.h40 #undef TRUE macro
43 TRUE enumerator in enum:bool
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dboolean.h77 * Define TRUE and FALSE if not defined.
80 #ifndef TRUE
81 #define TRUE 1 macro
82 #endif /* TRUE */
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Drbbirpt.h77 {doNOP, 0, 0, 0, TRUE}
79 , {doNOP, 132, 1,0, TRUE} // 2
81 , {doNOP, 33 /* ! */, 11,0, TRUE} // 4
82 , {doNOP, 59 /* ; */, 1,0, TRUE} // 5
85 , {doEndOfRule, 59 /* ; */, 1,0, TRUE} // 8 break-rule-end
86 , {doNOP, 132, 8,0, TRUE} // 9
88 , {doNOP, 33 /* ! */, 13,0, TRUE} // 11 rev-option
90 , {doOptionStart, 130, 15,0, TRUE} // 13 option-scan1
92 , {doNOP, 129, 15,0, TRUE} // 15 option-scan2
94 , {doNOP, 59 /* ; */, 1,0, TRUE} // 1
[all...]

Completed in 228 milliseconds

1234567891011>>