Lines Matching refs:_entry
147 _root._entry = new UnixDirectory(_root._path); in FileChildWindow()
161 _root._entry = new NtObjDirectory(_root._path); in FileChildWindow()
174 _root._entry = new RegistryRoot(); in FileChildWindow()
190 _root._entry = drive; in FileChildWindow()
204 _root._entry = new WinDirectory(_root._path); in FileChildWindow()
220 _root._entry = new ShellDirectory(GetDesktopFolder(), DesktopFolderPath(), hwnd); in FileChildWindow()
226 if (_root._entry) { in FileChildWindow()
228 wsprintf(_root._entry->_data.cFileName, TEXT("%s - %s"), drv, _root._fs); in FileChildWindow()
232 _root._entry->_data.dwFileAttributes = FILE_ATTRIBUTE_DIRECTORY; in FileChildWindow()
238 …_left_hwnd = *(_left=new Pane(_hwnd, IDW_TREE_LEFT, IDW_HEADER_LEFT, _root._entry, true, COL_CONTE… in FileChildWindow()
251 else if (_root._entry) in FileChildWindow()
252 set_curdir(_root._entry); in FileChildWindow()
484 if (_root._entry->_etype == ET_SHELL) in WndProc()
677 if (_root._entry) in jump_to_int()
678 switch(_root._entry->_etype) { in jump_to_int()
711 _left->insert_entries(_root._entry); in jump_to_int()