old_layout 155 src/filemanager/layout.c static layout_t old_layout; old_layout 322 src/filemanager/layout.c old_layout.output_lines = -1; old_layout 326 src/filemanager/layout.c if (old_layout.output_lines != _output_lines) old_layout 328 src/filemanager/layout.c old_layout.output_lines = _output_lines; old_layout 380 src/filemanager/layout.c if (old_layout.output_lines != _output_lines) old_layout 382 src/filemanager/layout.c old_layout.output_lines = _output_lines; old_layout 658 src/filemanager/layout.c old_layout.menubar_visible = menubar_visible; old_layout 659 src/filemanager/layout.c old_layout.command_prompt = command_prompt; old_layout 660 src/filemanager/layout.c old_layout.keybar_visible = mc_global.keybar_visible; old_layout 661 src/filemanager/layout.c old_layout.message_visible = mc_global.message_visible; old_layout 662 src/filemanager/layout.c old_layout.xterm_title = xterm_title; old_layout 663 src/filemanager/layout.c old_layout.free_space = free_space; old_layout 664 src/filemanager/layout.c old_layout.output_lines = -1; old_layout 676 src/filemanager/layout.c menubar_visible = old_layout.menubar_visible; old_layout 677 src/filemanager/layout.c command_prompt = old_layout.command_prompt; old_layout 678 src/filemanager/layout.c mc_global.keybar_visible = old_layout.keybar_visible; old_layout 679 src/filemanager/layout.c mc_global.message_visible = old_layout.message_visible; old_layout 680 src/filemanager/layout.c xterm_title = old_layout.xterm_title; old_layout 681 src/filemanager/layout.c free_space = old_layout.free_space; old_layout 682 src/filemanager/layout.c output_lines = old_layout.output_lines;