Searched refs:_mode (Results 1 – 6 of 6) sorted by relevance
/reactos/sdk/lib/ucrt/inc/ |
H A D | corecrt_internal_stdio_input.h | 529 if (!is_length_valid(_mode, _length)) 575 switch (_mode) 600 return _mode; 838 _mode = conversion_mode::character; 848 _mode = conversion_mode::string; 856 _mode = conversion_mode::signed_unknown; 863 _mode = conversion_mode::signed_decimal; 895 _mode = conversion_mode::unsigned_octal; 909 _mode = conversion_mode::floating_point; 918 _mode = conversion_mode::scanset; [all …]
|
/reactos/modules/rosapps/applications/explorer-old/taskbar/ |
H A D | traynotify.cpp | 89 _mode = NIM_AUTO; in NotifyInfo() 279 cfg._mode = NIM_SHOW; in read_config() 281 cfg._mode = NIM_HIDE; in read_config() 283 cfg._mode = NIM_HIDE; in read_config() 757 switch(entry._mode) { in Refresh() 853 entry._mode = cfg._mode; in DetermineHideState() 1131 info._mode = it->second.first; in Command() 1215 if (entry._mode != mode) { in SetIconMode() 1216 entry._mode = mode; in SetIconMode() 1231 cfg_entry._mode = mode; in SetIconMode() [all …]
|
H A D | traynotify.h | 73 NotifyIconConfig() : _mode(NIM_AUTO) {} in NotifyIconConfig() 83 NOTIFYICONMODE _mode; member
|
/reactos/modules/rosapps/applications/explorer-old/utility/ |
H A D | utility.h | 483 : _mode(FALSE) in FullScreenParameters() 487 BOOL _mode; member 586 : BufferCanvas(hdc, x, y, w, h), _mode(mode) {} in BufferCanvas() 589 : BufferCanvas(hdc, rect), _mode(mode) {} in BufferCanvas() 591 ~BufferedCanvas() {BitBlt(_hdctarg, _x, _y, _w, _h, _hdc, 0, 0, _mode);} in ~BufferedCanvas() 593 DWORD _mode; member
|
/reactos/sdk/lib/crt/process/ |
H A D | process.c | 256 int _mode = __fileno_getmode(i); in do_spawnT() 261 … if ((((ULONG)h) & 0x10000003) == 0x3 || _mode & _O_NOINHERIT || (i < 3 && mode == _P_DETACH)) in do_spawnT() 274 *fmode = (_O_ACCMODE & _mode) | (((_O_TEXT | _O_BINARY) & _mode) >> 8); in do_spawnT()
|
/reactos/modules/rosapps/applications/explorer-old/shell/ |
H A D | mainframe.cpp | 590 if ((_fullscreen._mode=!_fullscreen._mode)) { in toggle_fullscreen() 613 return _fullscreen._mode; in toggle_fullscreen() 645 if (_fullscreen._mode) in toggle_child()
|