old_layout        157 src/filemanager/layout.c static layout_t old_layout;
old_layout        327 src/filemanager/layout.c         old_layout.output_lines = -1;
old_layout        331 src/filemanager/layout.c         if (old_layout.output_lines != _output_lines)
old_layout        333 src/filemanager/layout.c             old_layout.output_lines = _output_lines;
old_layout        387 src/filemanager/layout.c             if (old_layout.output_lines != _output_lines)
old_layout        389 src/filemanager/layout.c                 old_layout.output_lines = _output_lines;
old_layout        678 src/filemanager/layout.c     old_layout.menubar_visible = menubar_visible;
old_layout        679 src/filemanager/layout.c     old_layout.command_prompt = command_prompt;
old_layout        680 src/filemanager/layout.c     old_layout.keybar_visible = mc_global.keybar_visible;
old_layout        681 src/filemanager/layout.c     old_layout.message_visible = mc_global.message_visible;
old_layout        682 src/filemanager/layout.c     old_layout.xterm_title = xterm_title;
old_layout        683 src/filemanager/layout.c     old_layout.free_space = free_space;
old_layout        684 src/filemanager/layout.c     old_layout.output_lines = -1;
old_layout        696 src/filemanager/layout.c     menubar_visible = old_layout.menubar_visible;
old_layout        697 src/filemanager/layout.c     command_prompt = old_layout.command_prompt;
old_layout        698 src/filemanager/layout.c     mc_global.keybar_visible = old_layout.keybar_visible;
old_layout        699 src/filemanager/layout.c     mc_global.message_visible = old_layout.message_visible;
old_layout        700 src/filemanager/layout.c     xterm_title = old_layout.xterm_title;
old_layout        701 src/filemanager/layout.c     free_space = old_layout.free_space;
old_layout        702 src/filemanager/layout.c     output_lines = old_layout.output_lines;