Searched refs:_flags (Results 1 – 10 of 10) sorted by relevance
/reactos/modules/rosapps/applications/explorer-old/ |
H A D | explorer.h | 92 : _flags(0), in ExplorerCmd() 101 _flags(0), in ExplorerCmd() 114 int _flags; // OPEN_WINDOW_MODE member
|
H A D | explorer.cpp | 793 _flags |= OWM_EXPLORE; in EvaluateOption() 796 _flags |= OWM_ROOTED; in EvaluateOption()
|
/reactos/sdk/lib/ucrt/inc/ |
H A D | corecrt_internal_stdio.h | 176 long _flags; member 234 return (_InterlockedOr(&_stream->_flags, _IOALLOCATED) & _IOALLOCATED) == 0; in try_allocate() 243 _InterlockedExchange(&_stream->_flags, 0); in deallocate() 254 …bool set_flags (long const flags) const throw() { return (_InterlockedOr(&_stream->_flags, flag… in set_flags() 255 …bool unset_flags(long const flags) const throw() { return (_InterlockedAnd(&_stream->_flags, ~flag… in unset_flags() 278 return __crt_interlocked_read(&_stream->_flags); in get_flags()
|
H A D | corecrt_internal_stdio_output.h | 923 _flags {0 }, 956 unsigned _flags; 1726 using common_data_base::_flags; 1869 _flags = 0; 2863 bool has_flag (unsigned const f) const throw() { return (_flags & f) != 0; } 2864 void set_flag (unsigned const f) throw() { _flags |= f; } 2865 void unset_flag(unsigned const f) throw() { _flags &= ~f; }
|
/reactos/sdk/tools/xml2sdb/ |
H A D | tinyxml2.cpp | 152 TIXMLASSERT( other->_flags == 0 ); in TransferTo() 158 other->_flags = _flags; in TransferTo() 162 _flags = 0; in TransferTo() 169 if ( _flags & NEEDS_DELETE ) { in Reset() 172 _flags = 0; in Reset() 187 _flags = flags | NEEDS_DELETE; in SetStr() 234 TIXMLASSERT( ( _flags & NEEDS_DELETE ) == 0 ); in CollapseWhitespace() 264 if ( _flags & NEEDS_FLUSH ) { in GetStr() 266 _flags ^= NEEDS_FLUSH; in GetStr() 268 if ( _flags ) { in GetStr() [all …]
|
H A D | tinyxml2.h | 132 StrPair() : _flags( 0 ), _start( 0 ), _end( 0 ) {} in StrPair() 139 _flags = flags | NEEDS_FLUSH; in Set() 169 int _flags; variable
|
/reactos/modules/rosapps/applications/explorer-old/utility/ |
H A D | window.h | 474 : _id(id), _flags(flags) {} in ResizeEntry() 477 : _id(GetDlgCtrlID(hwnd)), _flags(flags) {} in ResizeEntry() 480 int _flags; member
|
H A D | window.cpp | 807 if (e._flags & MOVE_LEFT) in HandleSize() 810 if (e._flags & MOVE_RIGHT) in HandleSize() 813 if (e._flags & MOVE_TOP) in HandleSize() 816 if (e._flags & MOVE_BOTTOM) in HandleSize()
|
/reactos/sdk/include/ndk/ |
H A D | ketypes.h | 891 struct _flags { struct
|
/reactos/modules/rosapps/applications/explorer-old/shell/ |
H A D | mainframe.cpp | 68 PostMessage(hFrame, PM_OPEN_WINDOW, cmd._flags, (LPARAM)(LPCTSTR)s_path); in Create()
|