old_layout 154 src/filemanager/layout.c static layout_t old_layout; old_layout 321 src/filemanager/layout.c old_layout.output_lines = -1; old_layout 325 src/filemanager/layout.c if (old_layout.output_lines != _output_lines) old_layout 327 src/filemanager/layout.c old_layout.output_lines = _output_lines; old_layout 379 src/filemanager/layout.c if (old_layout.output_lines != _output_lines) old_layout 381 src/filemanager/layout.c old_layout.output_lines = _output_lines; old_layout 668 src/filemanager/layout.c old_layout.menubar_visible = menubar_visible; old_layout 669 src/filemanager/layout.c old_layout.command_prompt = command_prompt; old_layout 670 src/filemanager/layout.c old_layout.keybar_visible = mc_global.keybar_visible; old_layout 671 src/filemanager/layout.c old_layout.message_visible = mc_global.message_visible; old_layout 672 src/filemanager/layout.c old_layout.xterm_title = xterm_title; old_layout 673 src/filemanager/layout.c old_layout.free_space = free_space; old_layout 674 src/filemanager/layout.c old_layout.output_lines = -1; old_layout 686 src/filemanager/layout.c menubar_visible = old_layout.menubar_visible; old_layout 687 src/filemanager/layout.c command_prompt = old_layout.command_prompt; old_layout 688 src/filemanager/layout.c mc_global.keybar_visible = old_layout.keybar_visible; old_layout 689 src/filemanager/layout.c mc_global.message_visible = old_layout.message_visible; old_layout 690 src/filemanager/layout.c xterm_title = old_layout.xterm_title; old_layout 691 src/filemanager/layout.c free_space = old_layout.free_space; old_layout 692 src/filemanager/layout.c output_lines = old_layout.output_lines;