Home
last modified time | relevance | path

Searched refs:SETFLAGS (Results 1 – 25 of 26) sorted by relevance

12

/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/i386/include/
H A Dvm86.h34 #define SETFLAGS(targ, new, newmask) (targ) = ((targ) & ~(newmask)) | ((new) & (newmask)) macro
117 SETFLAGS(pcb->vm86_eflags, flags, VM86_VIRTFLAGS); in set_vflags()
118 SETFLAGS(tf->tf_eflags, flags, VM86_REALFLAGS); in set_vflags()
134 SETFLAGS(flags, pcb->vm86_eflags, VM86_VIRTFLAGS); in get_vflags()
135 SETFLAGS(flags, tf->tf_eflags, VM86_REALFLAGS); in get_vflags()
146 SETFLAGS(pcb->vm86_eflags, flags, VM86_VIRTFLAGS & 0xffff); in set_vflags_short()
147 SETFLAGS(tf->tf_eflags, flags, VM86_REALFLAGS & 0xffff); in set_vflags_short()
161 SETFLAGS(flags, pcb->vm86_eflags, VM86_VIRTFLAGS & 0xffff); in get_vflags_short()
162 SETFLAGS(flags, tf->tf_eflags, VM86_REALFLAGS & 0xffff); in get_vflags_short()
/dports/x11-toolkits/tk87/tk8.7a5/generic/ttk/
H A DttkInit.c105 # define SETFLAGS(f) TtkWidgetChangeState(corePtr, f, all^f) in TtkCheckStateOption() macro
112 SETFLAGS(0); in TtkCheckStateOption()
115 SETFLAGS(TTK_STATE_READONLY); in TtkCheckStateOption()
118 SETFLAGS(TTK_STATE_DISABLED); in TtkCheckStateOption()
121 SETFLAGS(TTK_STATE_ACTIVE); in TtkCheckStateOption()
124 # undef SETFLAGS in TtkCheckStateOption()
/dports/x11-toolkits/tk86/tk8.6.12/generic/ttk/
H A DttkInit.c86 # define SETFLAGS(f) TtkWidgetChangeState(corePtr, f, all^f) in TtkCheckStateOption() macro
93 SETFLAGS(0); in TtkCheckStateOption()
96 SETFLAGS(TTK_STATE_READONLY); in TtkCheckStateOption()
99 SETFLAGS(TTK_STATE_DISABLED); in TtkCheckStateOption()
102 SETFLAGS(TTK_STATE_ACTIVE); in TtkCheckStateOption()
105 # undef SETFLAGS in TtkCheckStateOption()
/dports/x11-toolkits/tk85/tk8.5.19/generic/ttk/
H A DttkInit.c87 # define SETFLAGS(f) TtkWidgetChangeState(corePtr, f, all^f) in TtkCheckStateOption() macro
93 SETFLAGS(0); in TtkCheckStateOption()
96 SETFLAGS(TTK_STATE_READONLY); in TtkCheckStateOption()
99 SETFLAGS(TTK_STATE_DISABLED); in TtkCheckStateOption()
102 SETFLAGS(TTK_STATE_ACTIVE); in TtkCheckStateOption()
105 # undef SETFLAGS in TtkCheckStateOption()
/dports/net/openldap24-client/openldap-2.4.59/include/ac/
H A Dtermios.h32 #define SETFLAGS( tio, flags ) ((tio).c_lflag = (flags)) macro
46 #define SETFLAGS( tio, flags ) ((tio).sg_flags = (flags)) macro
/dports/net/openldap24-server/openldap-2.4.59/include/ac/
H A Dtermios.h32 #define SETFLAGS( tio, flags ) ((tio).c_lflag = (flags)) macro
46 #define SETFLAGS( tio, flags ) ((tio).sg_flags = (flags)) macro
/dports/net/openldap25-client/openldap-2.5.9/include/ac/
H A Dtermios.h32 #define SETFLAGS( tio, flags ) ((tio).c_lflag = (flags)) macro
46 #define SETFLAGS( tio, flags ) ((tio).sg_flags = (flags)) macro
/dports/net/openldap25-server/openldap-2.5.9/include/ac/
H A Dtermios.h32 #define SETFLAGS( tio, flags ) ((tio).c_lflag = (flags)) macro
46 #define SETFLAGS( tio, flags ) ((tio).sg_flags = (flags)) macro
/dports/net/openldap26-client/openldap-2.6.0/include/ac/
H A Dtermios.h32 #define SETFLAGS( tio, flags ) ((tio).c_lflag = (flags)) macro
46 #define SETFLAGS( tio, flags ) ((tio).sg_flags = (flags)) macro
/dports/net/openldap26-server/openldap-2.6.0/include/ac/
H A Dtermios.h32 #define SETFLAGS( tio, flags ) ((tio).c_lflag = (flags)) macro
46 #define SETFLAGS( tio, flags ) ((tio).sg_flags = (flags)) macro
/dports/net/openldap24-server/openldap-2.4.59/libraries/liblutil/
H A Dgetpass.c99 SETFLAGS( ttyb, flags & ~ECHO ); in lutil_getpass()
117 SETFLAGS( ttyb, flags ); in lutil_getpass()
/dports/net/openldap24-client/openldap-2.4.59/libraries/liblutil/
H A Dgetpass.c99 SETFLAGS( ttyb, flags & ~ECHO ); in lutil_getpass()
117 SETFLAGS( ttyb, flags ); in lutil_getpass()
/dports/net/openldap25-client/openldap-2.5.9/libraries/liblutil/
H A Dgetpass.c99 SETFLAGS( ttyb, flags & ~ECHO ); in lutil_getpass()
117 SETFLAGS( ttyb, flags ); in lutil_getpass()
/dports/net/openldap25-server/openldap-2.5.9/libraries/liblutil/
H A Dgetpass.c99 SETFLAGS( ttyb, flags & ~ECHO ); in lutil_getpass()
117 SETFLAGS( ttyb, flags ); in lutil_getpass()
/dports/net/openldap26-client/openldap-2.6.0/libraries/liblutil/
H A Dgetpass.c99 SETFLAGS( ttyb, flags & ~ECHO ); in lutil_getpass()
117 SETFLAGS( ttyb, flags ); in lutil_getpass()
/dports/net/openldap26-server/openldap-2.6.0/libraries/liblutil/
H A Dgetpass.c99 SETFLAGS( ttyb, flags & ~ECHO ); in lutil_getpass()
117 SETFLAGS( ttyb, flags ); in lutil_getpass()
/dports/misc/rump/buildrump.sh-b914579/src/usr.sbin/mtree/
H A Dcompare.c118 #define SETFLAGS(pflags, mask) \ macro
189 SETFLAGS(p->fts_statp->st_flags, SP_FLGS); in compare()
387 SETFLAGS(0, CH_MASK); in compare()
391 SETFLAGS(0, (~SP_FLGS & CH_MASK)); in compare()
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/kmkbuiltin/
H A Dinstall.c106 #define SETFLAGS 0x02 /* Tell install to set flags. */ macro
213 iflags |= SETFLAGS; in kmk_builtin_install()
760 if (!devnull && (flags & SETFLAGS || in install()
763 flags & SETFLAGS ? fset : from_sb.st_flags & ~UF_NODUMP)) { in install()
764 if (flags & SETFLAGS) { in install()
/dports/net/ldapsdk/mozldap-6.0.7/c-sdk/ldap/include/
H A Dportable.h234 #define SETFLAGS( tio, flags ) (tio).sg_flags = (flags) macro
242 #define SETFLAGS( tio, flags ) (tio).c_lflag = (flags) macro
/dports/mail/thunderbird/thunderbird-91.8.0/comm/ldap/c-sdk/include/
H A Dportable.h234 # define SETFLAGS(tio, flags) (tio).sg_flags = (flags) macro
242 # define SETFLAGS(tio, flags) (tio).c_lflag = (flags) macro
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/xinstall/
H A Dxinstall.c126 #define SETFLAGS 0x02 /* Tell install to set flags. */ macro
347 iflags |= SETFLAGS; in main()
801 flags & SETFLAGS ? fileflags : from_sb.st_flags & ~UF_NODUMP) == -1) in install()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/docsrc/imap/developer/guidance/
H A Dreplication_examples.rst103 S: SETFLAGS [1 msgs]
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/docsrc/imap/developer/guidance/
H A Dreplication_examples.rst103 S: SETFLAGS [1 msgs]
/dports/devel/splint/splint-3.1.2/src/
H A Dcontext.c950 # define SETFLAGS() \ macro
1113 SETFLAGS (); in context_setModeAux()
1144 SETFLAGS (); in context_setModeAux()
1244 SETFLAGS (); in context_setModeAux()
1384 SETFLAGS (); in context_setModeAux()
/dports/math/maxima/maxima-5.43.2/
H A DChangeLog6208 SETFLAGS()$ /* this calls for the rational simplification of

12