Searched refs:SETFLAGS (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/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
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dgetpass.c99 SETFLAGS( ttyb, flags & ~ECHO );
117 SETFLAGS( ttyb, flags );
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkInit.c87 # define SETFLAGS(f) TtkWidgetChangeState(corePtr, f, all^f) macro
93 SETFLAGS(0);
96 SETFLAGS(TTK_STATE_READONLY);
99 SETFLAGS(TTK_STATE_DISABLED);
102 SETFLAGS(TTK_STATE_ACTIVE);
105 # undef SETFLAGS macro
/macosx-10.10.1/file_cmds-242/install/
H A Dxinstall.c83 #define SETFLAGS 0x02 /* Tell install to set flags. */ macro
141 iflags |= SETFLAGS;
508 flags & SETFLAGS ? fset : from_sb.st_flags & ~UF_NODUMP)) {
509 if (flags & SETFLAGS) {

Completed in 152 milliseconds