Searched refs:flag (Results 76 - 100 of 1412) sorted by relevance

1234567891011>>

/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dkeyok.c48 keyok(int c, bool flag) argument
54 T((T_CALLED("keyok(%d,%d)"), c, flag));
57 if (flag) {
/macosx-10.10/postfix-255/postfix/src/global/
H A Dcleanup_strflags.c43 unsigned flag; member in struct:cleanup_flag_map
74 if (cleanup_flag_map[i].flag & flags) {
76 flags &= ~cleanup_flag_map[i].flag;
81 msg_panic("cleanup_strflags: unrecognized flag value(s) 0x%x", flags);
/macosx-10.10/top-100.1.2/
H A Dpreferences.h62 /* This is used to sorting in ascending order (if flag is true). */
63 void top_prefs_set_ascending(bool flag);
67 void top_prefs_set_frameworks(bool flag);
107 void top_prefs_set_secondary_ascending(bool flag);
/macosx-10.10/libauto-186/
H A DPointerHash.h83 inline void setFlag(uint32_t index, uint32_t flag) { _pointers[index] |= flag; } argument
84 inline void clearFlag(uint32_t index, uint32_t flag) { if (_pointers[index] != (vm_address_t)RemovedEntry) _pointers[index] &= ~flag; } argument
85 inline bool flagSet(uint32_t index, uint32_t flag) { return (_pointers[index] & flag) != 0; } argument
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dmaxq-dis.c36 unsigned char flag; member in struct:_group_info
337 if ((grp.flag & BIT_NO) == BIT_NO)
416 i->flag ^= i->flag;
447 i->flag |= SUB_OP;
449 i->flag |= SRC;
451 i->flag |= FORMAT;
456 i->flag |= SUB_OP;
461 i->flag |= SUB_OP;
463 i->flag |
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dtest049.tcl94 foreach flag { current first last next prev nextdup} {
95 puts "\t\t...dbc->get($flag)"
96 catch {$dbc_u get -$flag} ret
97 error_check_good dbc:get:$flag [is_substr $errorCode EINVAL] 1
100 foreach flag { set set_range get_both} {
101 puts "\t\t...dbc->get($flag)"
102 if { [string compare $flag get_both] == 0} {
103 catch {$dbc_u get -$flag $key$i data0} ret
105 catch {$dbc_u get -$flag $key$i} ret
107 error_check_good dbc:get:$flag [is_subst
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebIconDatabasePrivate.h51 @discussion Enables or disables the icon database based on the flag passed in.
52 @param flag Pass true to enable the icon database, or false to disable it.
54 - (void)setEnabled:(BOOL)flag;
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dflags.h2 a flag to this program by adding the name here, and in flags.c. */
77 #define change_flag_char(flag, on_or_off) change_flag (flag, on_or_off)
/macosx-10.10/cxxfilt-11/cxxfilt/include/elf/
H A Dxtensa.h169 #define GET_XTENSA_PROP_BT_ALIGN(flag) \
170 (((unsigned)((flag) & (XTENSA_PROP_BT_ALIGN_MASK))) >> 9)
171 #define SET_XTENSA_PROP_BT_ALIGN(flag, align) \
172 (((flag) & (~XTENSA_PROP_BT_ALIGN_MASK)) | \
190 #define GET_XTENSA_PROP_ALIGNMENT(flag) \
191 (((unsigned)((flag) & (XTENSA_PROP_ALIGNMENT_MASK))) >> 12)
192 #define SET_XTENSA_PROP_ALIGNMENT(flag, align) \
193 (((flag) & (~XTENSA_PROP_ALIGNMENT_MASK)) | \
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dhexpand.c47 #define DONE() {flag |= HIST_ERROR; cp = 0; stakseek(0); goto done;}
140 p, /* flag */
142 flag=0; /* HIST_* flags */
214 flag &= HIST_EVENT; /* save event flag for returning later */
220 flag |= HIST_QUICKSUBST;
240 flag |= HIST_HASH;
275 flag |= HIST_QUESTION;
283 if((!(flag&HIST_QUESTION) &&
289 || ((flag
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/kadm5/
H A Doncrpc.c346 uint32_t flag, num, dataver; local
352 CHECK(krb5_ret_uint32(sp, &flag));
353 ent->princ_expire_time = flag;
354 CHECK(krb5_ret_uint32(sp, &flag));
355 ent->pw_expiration = flag;
356 CHECK(krb5_ret_uint32(sp, &flag));
357 ent->last_pwd_change = flag;
358 CHECK(krb5_ret_uint32(sp, &flag));
359 ent->max_life = flag;
362 CHECK(krb5_ret_uint32(sp, &flag));
[all...]
/macosx-10.10/BerkeleyDB-21/db/tcl/
H A Dtcl_dbcursor.c176 u_int32_t flag; local
183 flag = 0;
217 FLAG_CHECK(flag);
218 flag = DB_NODUPDATA;
222 FLAG_CHECK(flag);
223 flag = DB_AFTER;
226 FLAG_CHECK(flag);
227 flag = DB_BEFORE;
230 FLAG_CHECK(flag);
231 flag
444 u_int32_t flag, op; local
879 u_int32_t flag; local
[all...]
/macosx-10.10/WebCore-7600.1.25/
H A Dmake-file-arrays.py82 parser.add_option("--condition", dest="flag")
91 if options.flag:
92 options.flag = options.flag.replace(" AND ", " && ")
93 options.flag = options.flag.replace(" OR ", " || ")
96 if options.flag:
97 header_file.write("#if " + options.flag + "\n")
103 if options.flag:
104 cpp_file.write("#if " + options.flag
[all...]
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-arcnet.c59 arcnet_print(const u_char *bp, u_int length, int phds, int flag, u_int seqid) argument
85 if (flag == 0) {
92 if (flag & 1)
96 (flag + 3) / 2, length);
101 flag/2 + 1, length);
117 int phds, flag = 0, archdrlen = 0; local
154 flag = ap->arc_flag2;
158 flag = ap->arc_flag;
166 arcnet_print(p, length, phds, flag, seqid);
175 if (phds && flag
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebPreferences.mm907 - (void)setUserStyleSheetEnabled:(BOOL)flag
909 [self _setBoolValue: flag forKey: WebKitUserStyleSheetEnabledPreferenceKey];
958 - (void)setUserStyleSheetEnabled:(BOOL)flag
980 - (void)setShouldPrintBackgrounds:(BOOL)flag
982 [self _setBoolValue: flag forKey: WebKitShouldPrintBackgroundsPreferenceKey];
991 - (void)setJavaEnabled:(BOOL)flag
993 [self _setBoolValue: flag forKey: WebKitJavaEnabledPreferenceKey];
1001 - (void)setJavaScriptEnabled:(BOOL)flag
1003 [self _setBoolValue: flag forKey: WebKitJavaScriptEnabledPreferenceKey];
1011 - (void)setJavaScriptCanOpenWindowsAutomatically:(BOOL)flag
[all...]
/macosx-10.10/Chess-310.6/Sources/
H A DMBCDebug.h58 static void SetDebugFlags(int flag, bool val);
H A DMBCFloatingBoardWindow.mm54 backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag
64 backing: bufferingType defer: flag];
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Denumset.h41 inline void set(T toSet, int32_t v) { fBools=(fBools&(~flag(toSet)))|(v?(flag(toSet)):0); }
42 inline int32_t get(T toCheck) const { return (fBools & flag(toCheck))?1:0; }
56 inline uint32_t flag(T toCheck) const { return (1<<(toCheck-minValue)); } function in class:EnumSet
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A DSecStaticCodePriv.h59 OSStatus SecStaticCodeSetCallback(SecStaticCodeRef code, SecCSFlags flag, SecCodeCallback *olds, SecCodeCallback callback);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DRawSigner.h83 void setInitFlag(bool flag) { mInitFlag = flag; } argument
85 void setOpStarted(bool flag) { mOpStarted = flag; } argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A DSecStaticCodePriv.h59 OSStatus SecStaticCodeSetCallback(SecStaticCodeRef code, SecCSFlags flag, SecCodeCallback *olds, SecCodeCallback callback);
/macosx-10.10/WebCore-7600.1.25/platform/ios/wak/
H A DWAKAppKitStubs.m41 + (void)setHiddenUntilMouseMoves:(BOOL)flag
43 UNUSED_PARAM(flag);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DNavigationItem.js80 set hidden(flag)
82 if (this._hidden === flag)
85 this._hidden = flag;
87 if (flag)
H A DTreeElementStatusButton.js58 set hidden(flag)
60 if (flag)
71 set enabled(flag)
73 if (flag)
/macosx-10.10/bash-94.1.2/bash-3.2/examples/loadables/
H A Duname.c116 uprint (flag, info)
117 int flag;
120 if (uname_flags & flag)
122 uname_flags &= ~flag;

Completed in 185 milliseconds

1234567891011>>