Files
source/S/src--cons.handler.c.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

563 lines
88 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>src/cons.handler.c</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<!-- beginning of fixed guide -->
<div id='guide'><ul>
<li><a href='#L92'><img class='icon' src='../icons/first.png' alt='[^]' /></a></li>
<li><a href='#L487'><img class='icon' src='../icons/last.png' alt='[v]' /></a></li>
<li><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a></li>
<li><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a></li>
<li><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a></li>
<li><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a></li>
<li class='standout'><span><a href='../files/src.html'>src</a>/cons.handler.c</span></li>
</ul></div>
<!-- end of fixed guide -->
<div align='right'>Manual pages:
<a href=man/mc.html>mc</a> &bullet; <a href=man/mcdiff.html>mcdiff</a> &bullet; <a href=man/mcedit.html>mcedit</a> &bullet; <a href=man/mcview.html>mcview</a>
</div>
<a id='TOP' name='TOP'></a><h2 class='header'><a href='../mains.html'>root</a>/<a href='../files/src.html'>src</a>/cons.handler.c</h2>
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><img class='icon' src='../icons/n_right.png' alt='[next]' /><a href='#L92'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L487'><img class='icon' src='../icons/last.png' alt='[last]' /></a><img class='icon' src='../icons/n_top.png' alt='[top]' /><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1 src/cons.handler.c' /> */</em>
<hr />
<h2 class='header'>DEFINITIONS</h2>
This source file includes following definitions.
<ol>
<li><a href='#L92' title='Defined at 92.'>show_console_contents_linux</a></li>
<li><a href='#L141' title='Defined at 141.'>handle_console_linux</a></li>
<li><a href='#L285' title='Defined at 285.'>console_init</a></li>
<li><a href='#L305' title='Defined at 305.'>set_attr</a></li>
<li><a href='#L324' title='Defined at 324.'>console_restore</a></li>
<li><a href='#L350' title='Defined at 350.'>console_shutdown</a></li>
<li><a href='#L363' title='Defined at 363.'>console_save</a></li>
<li><a href='#L414' title='Defined at 414.'>show_console_contents_freebsd</a></li>
<li><a href='#L436' title='Defined at 436.'>handle_console_freebsd</a></li>
<li><a href='#L466' title='Defined at 466.'>show_console_contents</a></li>
<li><a href='#L487' title='Defined at 487.'>handle_console</a></li>
</ol>
<hr />
<pre>
<a id='L1' name='L1'></a> 1 <em class='comment'>/*</em>
<a id='L2' name='L2'></a> 2 <em class='comment'> Client interface for General purpose Linux console save/restore server</em>
<a id='L3' name='L3'></a> 3 <em class='comment'></em>
<a id='L4' name='L4'></a> 4 <em class='comment'> Copyright (C) 1994-2025</em>
<a id='L5' name='L5'></a> 5 <em class='comment'> Free Software Foundation, Inc.</em>
<a id='L6' name='L6'></a> 6 <em class='comment'></em>
<a id='L7' name='L7'></a> 7 <em class='comment'> This file is part of the Midnight Commander.</em>
<a id='L8' name='L8'></a> 8 <em class='comment'></em>
<a id='L9' name='L9'></a> 9 <em class='comment'> The Midnight Commander is free software: you can redistribute it</em>
<a id='L10' name='L10'></a> 10 <em class='comment'> and/or modify it under the terms of the GNU General Public License as</em>
<a id='L11' name='L11'></a> 11 <em class='comment'> published by the Free Software Foundation, either version 3 of the License,</em>
<a id='L12' name='L12'></a> 12 <em class='comment'> or (at your option) any later version.</em>
<a id='L13' name='L13'></a> 13 <em class='comment'></em>
<a id='L14' name='L14'></a> 14 <em class='comment'> The Midnight Commander is distributed in the hope that it will be useful,</em>
<a id='L15' name='L15'></a> 15 <em class='comment'> but WITHOUT ANY WARRANTY; without even the implied warranty of</em>
<a id='L16' name='L16'></a> 16 <em class='comment'> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</em>
<a id='L17' name='L17'></a> 17 <em class='comment'> GNU General Public License for more details.</em>
<a id='L18' name='L18'></a> 18 <em class='comment'></em>
<a id='L19' name='L19'></a> 19 <em class='comment'> You should have received a copy of the GNU General Public License</em>
<a id='L20' name='L20'></a> 20 <em class='comment'> along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.</em>
<a id='L21' name='L21'></a> 21 <em class='comment'> */</em>
<a id='L22' name='L22'></a> 22
<a id='L23' name='L23'></a> 23 <em class='comment'>/** \file cons.handler.c</em>
<a id='L24' name='L24'></a> 24 <em class='comment'> * \brief Source: client %interface for General purpose Linux console save/restore server</em>
<a id='L25' name='L25'></a> 25 <em class='comment'> */</em>
<a id='L26' name='L26'></a> 26
<a id='L27' name='L27'></a> 27 <em class='sharp'>#include</em> &lt;config.h&gt;
<a id='L28' name='L28'></a> 28
<a id='L29' name='L29'></a> 29 <em class='sharp'>#include</em> &lt;stdlib.h&gt;
<a id='L30' name='L30'></a> 30 <em class='sharp'>#include</em> &lt;sys/wait.h&gt;
<a id='L31' name='L31'></a> 31 <em class='sharp'>#include</em> &lt;signal.h&gt;
<a id='L32' name='L32'></a> 32 <em class='sharp'>#include</em> &lt;stdio.h&gt;
<a id='L33' name='L33'></a> 33 <em class='sharp'>#include</em> &lt;sys/types.h&gt;
<a id='L34' name='L34'></a> 34 <em class='sharp'>#ifdef</em> <a href='../Y/__FreeBSD__.html' title='Multiple used in 6 places.'>__FreeBSD__</a>
<a id='L35' name='L35'></a> 35 <em class='sharp'>#include</em> &lt;sys/consio.h&gt;
<a id='L36' name='L36'></a> 36 <em class='sharp'>#ifdef</em> <a href='../Y/HAVE_SYS_IOCTL_H.html' title='Multiple used in 9 places.'>HAVE_SYS_IOCTL_H</a>
<a id='L37' name='L37'></a> 37 <em class='sharp'>#include</em> &lt;sys/ioctl.h&gt;
<a id='L38' name='L38'></a> 38 <em class='sharp'>#endif</em>
<a id='L39' name='L39'></a> 39 <em class='sharp'>#endif</em>
<a id='L40' name='L40'></a> 40
<a id='L41' name='L41'></a> 41 <em class='sharp'>#include</em> "<a href='lib--global.h.html'>lib/global.h</a>"
<a id='L42' name='L42'></a> 42
<a id='L43' name='L43'></a> 43 <em class='sharp'>#include</em> "<a href='lib--unixcompat.h.html'>lib/unixcompat.h</a>"
<a id='L44' name='L44'></a> 44 <em class='sharp'>#include</em> "<a href='lib--tty--tty.h.html'>lib/tty/tty.h</a>"
<a id='L45' name='L45'></a> 45 <em class='sharp'>#include</em> "<a href='lib--tty--color.h.html'>lib/tty/color.h</a>" <em class='comment'>// tty_set_normal_attrs</em>
<a id='L46' name='L46'></a> 46 <em class='sharp'>#include</em> "<a href='lib--tty--win.h.html'>lib/tty/win.h</a>"
<a id='L47' name='L47'></a> 47 <em class='sharp'>#include</em> "<a href='../I/util.h.html'>lib/util.h</a>" <em class='comment'>// mc_build_filename()</em>
<a id='L48' name='L48'></a> 48
<a id='L49' name='L49'></a> 49 <em class='sharp'>#include</em> "<a href='src--consaver--cons.saver.h.html'>consaver/cons.saver.h</a>"
<a id='L50' name='L50'></a> 50
<a id='L51' name='L51'></a> 51 <em class='comment'>/*** global variables ****************************************************************************/</em>
<a id='L52' name='L52'></a> 52
<a id='L53' name='L53'></a> 53 <em class='sharp'>#ifdef</em> <a href='../Y/__linux__.html' title='Multiple used in 18 places.'>__linux__</a>
<a id='L54' name='L54'></a> 54 <strong class='reserved'>int</strong> <a href='../Y/cons_saver_pid.html' title='Multiple used in 15 places.'>cons_saver_pid</a> = 1;
<a id='L55' name='L55'></a> 55 <em class='sharp'>#endif</em>
<a id='L56' name='L56'></a> 56
<a id='L57' name='L57'></a> 57 <em class='comment'>/*** file scope macro definitions ****************************************************************/</em>
<a id='L58' name='L58'></a> 58
<a id='L59' name='L59'></a> 59 <em class='sharp'>#if</em> <strong class='reserved'>defined</strong>(<a href='../Y/__FreeBSD__.html' title='Multiple used in 6 places.'>__FreeBSD__</a>)
<a id='L60' name='L60'></a> 60 <em class='sharp'>#define</em> <a href='../R/FD_OUT.html' title='Multiple referred from 4 places.'>FD_OUT</a> 1
<a id='L61' name='L61'></a> 61 <em class='sharp'>#define</em> <a href='../S/src--cons.handler.c.html#L331' title='Referred from 331 in src/cons.handler.c.'>cursor_to</a>(<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>, <a href='../Y/y.html' title='Multiple used in 587 places.'>y</a>) \
<a id='L62' name='L62'></a> 62 <strong class='reserved'>do</strong> \
<a id='L63' name='L63'></a> 63 <em class='brace'>{</em> \
<a id='L64' name='L64'></a> 64 <a href='../Y/printf.html' title='Multiple used in 63 places.'>printf</a> ("\x1B[%d;%df", (<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a>) + 1, (<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>) + 1); \
<a id='L65' name='L65'></a> 65 <a href='../Y/fflush.html' title='Multiple used in 32 places.'>fflush</a> (<a href='../Y/stdout.html' title='Multiple used in 30 places.'>stdout</a>); \
<a id='L66' name='L66'></a> 66 <em class='brace'>}</em> \
<a id='L67' name='L67'></a> 67 <strong class='reserved'>while</strong> (0)
<a id='L68' name='L68'></a> 68 <em class='sharp'>#endif</em>
<a id='L69' name='L69'></a> 69
<a id='L70' name='L70'></a> 70 <em class='comment'>/*** file scope type declarations ****************************************************************/</em>
<a id='L71' name='L71'></a> 71
<a id='L72' name='L72'></a> 72 <em class='comment'>/*** forward declarations (file scope functions) *************************************************/</em>
<a id='L73' name='L73'></a> 73
<a id='L74' name='L74'></a> 74 <em class='comment'>/*** file scope variables ************************************************************************/</em>
<a id='L75' name='L75'></a> 75
<a id='L76' name='L76'></a> 76 <em class='sharp'>#ifdef</em> <a href='../Y/__linux__.html' title='Multiple used in 18 places.'>__linux__</a>
<a id='L77' name='L77'></a> 77 <em class='comment'>/* The cons saver can't have a pid of 1, used to prevent bunches of</em>
<a id='L78' name='L78'></a> 78 <em class='comment'> * #ifdef linux */</em>
<a id='L79' name='L79'></a> 79 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong> <a href='../Y/pipefd1.html' title='Multiple used in 15 places.'>pipefd1</a>[2] = <em class='brace'>{</em> -1, -1 <em class='brace'>}</em>;
<a id='L80' name='L80'></a> 80 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong> <a href='../Y/pipefd2.html' title='Multiple used in 17 places.'>pipefd2</a>[2] = <em class='brace'>{</em> -1, -1 <em class='brace'>}</em>;
<a id='L81' name='L81'></a> 81 <em class='sharp'>#elif</em> <strong class='reserved'>defined</strong>(<a href='../Y/__FreeBSD__.html' title='Multiple used in 6 places.'>__FreeBSD__</a>)
<a id='L82' name='L82'></a> 82 <strong class='reserved'>static</strong> <strong class='reserved'>struct</strong> scrshot <a href='../Y/screen_shot.html' title='Multiple used in 16 places.'>screen_shot</a>;
<a id='L83' name='L83'></a> 83 <strong class='reserved'>static</strong> <strong class='reserved'>struct</strong> vid_info <a href='../Y/screen_info.html' title='Multiple used in 11 places.'>screen_info</a>;
<a id='L84' name='L84'></a> 84 <em class='sharp'>#endif</em>
<a id='L85' name='L85'></a> 85
<a id='L86' name='L86'></a> 86 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L87' name='L87'></a> 87 <em class='comment'>/*** file scope functions ************************************************************************/</em>
<a id='L88' name='L88'></a> 88 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L89' name='L89'></a> 89
<a id='L90' name='L90'></a> 90 <em class='sharp'>#ifdef</em> <a href='../Y/__linux__.html' title='Multiple used in 18 places.'>__linux__</a>
<a id='L91' name='L91'></a> 91 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L92' name='L92'></a> 92 <a href='../S/src--cons.handler.c.html#L476' title='Referred from 476 in src/cons.handler.c.'>show_console_contents_linux</a> (<strong class='reserved'>int</strong> <a href='../Y/starty.html' title='Multiple used in 12 places.'>starty</a>, <strong class='reserved'>unsigned</strong> <strong class='reserved'>char</strong> <a href='../Y/begin_line.html' title='Multiple used in 16 places.'>begin_line</a>, <strong class='reserved'>unsigned</strong> <strong class='reserved'>char</strong> <a href='../Y/end_line.html' title='Multiple used in 25 places.'>end_line</a>)
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><a href='#L141'><img class='icon' src='../icons/right.png' alt='[next]' /></a><img class='icon' src='../icons/n_first.png' alt='[first]' /><a href='#L487'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+92 src/cons.handler.c' /> */</em>
<a id='L93' name='L93'></a> 93 <em class='brace'>{</em>
<a id='L94' name='L94'></a> 94 <strong class='reserved'>unsigned</strong> <strong class='reserved'>char</strong> <a href='../D/message.html' title='Multiple defined in 6 places.'>message</a> = 0;
<a id='L95' name='L95'></a> 95 <strong class='reserved'>unsigned</strong> <strong class='reserved'>short</strong> <a href='../Y/bytes.html' title='Multiple used in 66 places.'>bytes</a> = 0;
<a id='L96' name='L96'></a> 96 <strong class='reserved'>int</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L97' name='L97'></a> 97 <a href='../Y/ssize_t.html' title='Multiple used in 180 places.'>ssize_t</a> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
<a id='L98' name='L98'></a> 98
<a id='L99' name='L99'></a> 99 <em class='comment'>// Is tty console?</em>
<a id='L100' name='L100'></a> 100 <strong class='reserved'>if</strong> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/tty.html' title='Multiple used in 199 places.'>tty</a>.<a href='../Y/console_flag.html' title='Multiple used in 56 places.'>console_flag</a> == '\0')
<a id='L101' name='L101'></a> 101 <strong class='reserved'>return</strong>;
<a id='L102' name='L102'></a> 102 <em class='comment'>// Paranoid: Is the cons.saver still running?</em>
<a id='L103' name='L103'></a> 103 <strong class='reserved'>if</strong> (<a href='../Y/cons_saver_pid.html' title='Multiple used in 15 places.'>cons_saver_pid</a> &lt; 1 || <a href='../Y/kill.html' title='Multiple used in 10 places.'>kill</a> (<a href='../Y/cons_saver_pid.html' title='Multiple used in 15 places.'>cons_saver_pid</a>, <a href='../Y/SIGCONT.html' title='Multiple used in 7 places.'>SIGCONT</a>))
<a id='L104' name='L104'></a> 104 <em class='brace'>{</em>
<a id='L105' name='L105'></a> 105 <a href='../Y/cons_saver_pid.html' title='Multiple used in 15 places.'>cons_saver_pid</a> = 0;
<a id='L106' name='L106'></a> 106 <a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/tty.html' title='Multiple used in 199 places.'>tty</a>.<a href='../Y/console_flag.html' title='Multiple used in 56 places.'>console_flag</a> = '\0';
<a id='L107' name='L107'></a> 107 <strong class='reserved'>return</strong>;
<a id='L108' name='L108'></a> 108 <em class='brace'>}</em>
<a id='L109' name='L109'></a> 109
<a id='L110' name='L110'></a> 110 <em class='comment'>// Send command to the console handler</em>
<a id='L111' name='L111'></a> 111 <a href='../D/message.html' title='Multiple defined in 6 places.'>message</a> = <a href='../S/src--consaver--cons.saver.h.html#L25' title='Defined at 25 in src/consaver/cons.saver.h.'>CONSOLE_CONTENTS</a>;
<a id='L112' name='L112'></a> 112 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../Y/write.html' title='Multiple used in 55 places.'>write</a> (<a href='../Y/pipefd1.html' title='Multiple used in 15 places.'>pipefd1</a>[1], &amp;<a href='../D/message.html' title='Multiple defined in 6 places.'>message</a>, 1);
<a id='L113' name='L113'></a> 113 <em class='comment'>// Check for outdated cons.saver</em>
<a id='L114' name='L114'></a> 114 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../Y/read.html' title='Multiple used in 58 places.'>read</a> (<a href='../Y/pipefd2.html' title='Multiple used in 17 places.'>pipefd2</a>[0], &amp;<a href='../D/message.html' title='Multiple defined in 6 places.'>message</a>, 1);
<a id='L115' name='L115'></a> 115 <strong class='reserved'>if</strong> (<a href='../D/message.html' title='Multiple defined in 6 places.'>message</a> != <a href='../S/src--consaver--cons.saver.h.html#L25' title='Defined at 25 in src/consaver/cons.saver.h.'>CONSOLE_CONTENTS</a>)
<a id='L116' name='L116'></a> 116 <strong class='reserved'>return</strong>;
<a id='L117' name='L117'></a> 117
<a id='L118' name='L118'></a> 118 <em class='comment'>// Send the range of lines that we want</em>
<a id='L119' name='L119'></a> 119 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../Y/write.html' title='Multiple used in 55 places.'>write</a> (<a href='../Y/pipefd1.html' title='Multiple used in 15 places.'>pipefd1</a>[1], &amp;<a href='../Y/begin_line.html' title='Multiple used in 16 places.'>begin_line</a>, 1);
<a id='L120' name='L120'></a> 120 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../Y/write.html' title='Multiple used in 55 places.'>write</a> (<a href='../Y/pipefd1.html' title='Multiple used in 15 places.'>pipefd1</a>[1], &amp;<a href='../Y/end_line.html' title='Multiple used in 25 places.'>end_line</a>, 1);
<a id='L121' name='L121'></a> 121 <em class='comment'>// Read the corresponding number of bytes</em>
<a id='L122' name='L122'></a> 122 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../Y/read.html' title='Multiple used in 58 places.'>read</a> (<a href='../Y/pipefd2.html' title='Multiple used in 17 places.'>pipefd2</a>[0], &amp;<a href='../Y/bytes.html' title='Multiple used in 66 places.'>bytes</a>, 2);
<a id='L123' name='L123'></a> 123
<a id='L124' name='L124'></a> 124 <em class='comment'>// Read the bytes and output them</em>
<a id='L125' name='L125'></a> 125 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt; <a href='../Y/bytes.html' title='Multiple used in 66 places.'>bytes</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L126' name='L126'></a> 126 <em class='brace'>{</em>
<a id='L127' name='L127'></a> 127 <strong class='reserved'>if</strong> ((<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> % <a href='../S/lib--tty--tty-slang.h.html#L11' title='Defined at 11 in lib/tty/tty-slang.h.'>COLS</a>) == 0)
<a id='L128' name='L128'></a> 128 <a href='../D/tty_gotoyx.html' title='Multiple defined in 2 places.'>tty_gotoyx</a> (<a href='../Y/starty.html' title='Multiple used in 12 places.'>starty</a> + (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> / <a href='../S/lib--tty--tty-slang.h.html#L11' title='Defined at 11 in lib/tty/tty-slang.h.'>COLS</a>), 0);
<a id='L129' name='L129'></a> 129 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../Y/read.html' title='Multiple used in 58 places.'>read</a> (<a href='../Y/pipefd2.html' title='Multiple used in 17 places.'>pipefd2</a>[0], &amp;<a href='../D/message.html' title='Multiple defined in 6 places.'>message</a>, 1);
<a id='L130' name='L130'></a> 130 <a href='../D/tty_print_char.html' title='Multiple defined in 2 places.'>tty_print_char</a> (<a href='../D/message.html' title='Multiple defined in 6 places.'>message</a>);
<a id='L131' name='L131'></a> 131 <em class='brace'>}</em>
<a id='L132' name='L132'></a> 132
<a id='L133' name='L133'></a> 133 <em class='comment'>// Read the value of the mc_global.tty.console_flag</em>
<a id='L134' name='L134'></a> 134 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../Y/read.html' title='Multiple used in 58 places.'>read</a> (<a href='../Y/pipefd2.html' title='Multiple used in 17 places.'>pipefd2</a>[0], &amp;<a href='../D/message.html' title='Multiple defined in 6 places.'>message</a>, 1);
<a id='L135' name='L135'></a> 135 (<strong class='reserved'>void</strong>) <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
<a id='L136' name='L136'></a> 136 <em class='brace'>}</em>
<a id='L137' name='L137'></a> 137
<a id='L138' name='L138'></a> 138 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L139' name='L139'></a> 139
<a id='L140' name='L140'></a> 140 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L141' name='L141'></a> 141 <a href='../S/src--cons.handler.c.html#L495' title='Referred from 495 in src/cons.handler.c.'>handle_console_linux</a> (<a href='../S/src--consaver--cons.saver.h.html#L26' title='Defined at 26 in src/consaver/cons.saver.h.'>console_action_t</a> <a href='../Y/action.html' title='Multiple used in 144 places.'>action</a>)
<em class='comment'>/* <a href='#L92'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L285'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L92'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L487'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+141 src/cons.handler.c' /> */</em>
<a id='L142' name='L142'></a> 142 <em class='brace'>{</em>
<a id='L143' name='L143'></a> 143 <strong class='reserved'>int</strong> <a href='../Y/status.html' title='Multiple used in 186 places.'>status</a>;
<a id='L144' name='L144'></a> 144
<a id='L145' name='L145'></a> 145 <strong class='reserved'>switch</strong> (<a href='../Y/action.html' title='Multiple used in 144 places.'>action</a>)
<a id='L146' name='L146'></a> 146 <em class='brace'>{</em>
<a id='L147' name='L147'></a> 147 <strong class='reserved'>case</strong> <a href='../S/src--consaver--cons.saver.h.html#L21' title='Defined at 21 in src/consaver/cons.saver.h.'>CONSOLE_INIT</a>:
<a id='L148' name='L148'></a> 148 <em class='comment'>// Close old pipe ends in case it is the 2nd time we run cons.saver</em>
<a id='L149' name='L149'></a> 149 <a href='../Y/status.html' title='Multiple used in 186 places.'>status</a> = <a href='../Y/close.html' title='Multiple used in 122 places.'>close</a> (<a href='../Y/pipefd1.html' title='Multiple used in 15 places.'>pipefd1</a>[1]);
<a id='L150' name='L150'></a> 150 <a href='../Y/status.html' title='Multiple used in 186 places.'>status</a> = <a href='../Y/close.html' title='Multiple used in 122 places.'>close</a> (<a href='../Y/pipefd2.html' title='Multiple used in 17 places.'>pipefd2</a>[0]);
<a id='L151' name='L151'></a> 151 <em class='comment'>// Create two pipes for communication</em>
<a id='L152' name='L152'></a> 152 <strong class='reserved'>if</strong> (!((<a href='../Y/pipe.html' title='Multiple used in 6 places.'>pipe</a> (<a href='../Y/pipefd1.html' title='Multiple used in 15 places.'>pipefd1</a>) == 0) &amp;&amp; ((<a href='../Y/pipe.html' title='Multiple used in 6 places.'>pipe</a> (<a href='../Y/pipefd2.html' title='Multiple used in 17 places.'>pipefd2</a>)) == 0)))
<a id='L153' name='L153'></a> 153 <em class='brace'>{</em>
<a id='L154' name='L154'></a> 154 <a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/tty.html' title='Multiple used in 199 places.'>tty</a>.<a href='../Y/console_flag.html' title='Multiple used in 56 places.'>console_flag</a> = '\0';
<a id='L155' name='L155'></a> 155 <strong class='reserved'>break</strong>;
<a id='L156' name='L156'></a> 156 <em class='brace'>}</em>
<a id='L157' name='L157'></a> 157 <em class='comment'>// Get the console saver running</em>
<a id='L158' name='L158'></a> 158 <a href='../Y/cons_saver_pid.html' title='Multiple used in 15 places.'>cons_saver_pid</a> = <a href='../D/my_fork.html' title='Multiple defined in 2 places.'>my_fork</a> ();
<a id='L159' name='L159'></a> 159 <strong class='reserved'>if</strong> (<a href='../Y/cons_saver_pid.html' title='Multiple used in 15 places.'>cons_saver_pid</a> &lt; 0)
<a id='L160' name='L160'></a> 160 <em class='brace'>{</em>
<a id='L161' name='L161'></a> 161 <em class='comment'>// Cannot fork</em>
<a id='L162' name='L162'></a> 162 <em class='comment'>// Delete pipes</em>
<a id='L163' name='L163'></a> 163 <a href='../Y/status.html' title='Multiple used in 186 places.'>status</a> = <a href='../Y/close.html' title='Multiple used in 122 places.'>close</a> (<a href='../Y/pipefd1.html' title='Multiple used in 15 places.'>pipefd1</a>[1]);
<a id='L164' name='L164'></a> 164 <a href='../Y/status.html' title='Multiple used in 186 places.'>status</a> = <a href='../Y/close.html' title='Multiple used in 122 places.'>close</a> (<a href='../Y/pipefd1.html' title='Multiple used in 15 places.'>pipefd1</a>[0]);
<a id='L165' name='L165'></a> 165 <a href='../Y/status.html' title='Multiple used in 186 places.'>status</a> = <a href='../Y/close.html' title='Multiple used in 122 places.'>close</a> (<a href='../Y/pipefd2.html' title='Multiple used in 17 places.'>pipefd2</a>[1]);
<a id='L166' name='L166'></a> 166 <a href='../Y/status.html' title='Multiple used in 186 places.'>status</a> = <a href='../Y/close.html' title='Multiple used in 122 places.'>close</a> (<a href='../Y/pipefd2.html' title='Multiple used in 17 places.'>pipefd2</a>[0]);
<a id='L167' name='L167'></a> 167 <a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/tty.html' title='Multiple used in 199 places.'>tty</a>.<a href='../Y/console_flag.html' title='Multiple used in 56 places.'>console_flag</a> = '\0';
<a id='L168' name='L168'></a> 168 <em class='brace'>}</em>
<a id='L169' name='L169'></a> 169 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../Y/cons_saver_pid.html' title='Multiple used in 15 places.'>cons_saver_pid</a> &gt; 0)
<a id='L170' name='L170'></a> 170 <em class='brace'>{</em>
<a id='L171' name='L171'></a> 171 <em class='comment'>// Parent</em>
<a id='L172' name='L172'></a> 172 <em class='comment'>// Close the extra pipe ends</em>
<a id='L173' name='L173'></a> 173 <a href='../Y/status.html' title='Multiple used in 186 places.'>status</a> = <a href='../Y/close.html' title='Multiple used in 122 places.'>close</a> (<a href='../Y/pipefd1.html' title='Multiple used in 15 places.'>pipefd1</a>[0]);
<a id='L174' name='L174'></a> 174 <a href='../Y/status.html' title='Multiple used in 186 places.'>status</a> = <a href='../Y/close.html' title='Multiple used in 122 places.'>close</a> (<a href='../Y/pipefd2.html' title='Multiple used in 17 places.'>pipefd2</a>[1]);
<a id='L175' name='L175'></a> 175 <em class='comment'>// Was the child successful?</em>
<a id='L176' name='L176'></a> 176 <a href='../Y/status.html' title='Multiple used in 186 places.'>status</a> = <a href='../Y/read.html' title='Multiple used in 58 places.'>read</a> (<a href='../Y/pipefd2.html' title='Multiple used in 17 places.'>pipefd2</a>[0], &amp;<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/tty.html' title='Multiple used in 199 places.'>tty</a>.<a href='../Y/console_flag.html' title='Multiple used in 56 places.'>console_flag</a>, 1);
<a id='L177' name='L177'></a> 177 <strong class='reserved'>if</strong> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/tty.html' title='Multiple used in 199 places.'>tty</a>.<a href='../Y/console_flag.html' title='Multiple used in 56 places.'>console_flag</a> == '\0')
<a id='L178' name='L178'></a> 178 <em class='brace'>{</em>
<a id='L179' name='L179'></a> 179 <a href='../Y/pid_t.html' title='Multiple used in 24 places.'>pid_t</a> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
<a id='L180' name='L180'></a> 180 <a href='../Y/status.html' title='Multiple used in 186 places.'>status</a> = <a href='../Y/close.html' title='Multiple used in 122 places.'>close</a> (<a href='../Y/pipefd1.html' title='Multiple used in 15 places.'>pipefd1</a>[1]);
<a id='L181' name='L181'></a> 181 <a href='../Y/status.html' title='Multiple used in 186 places.'>status</a> = <a href='../Y/close.html' title='Multiple used in 122 places.'>close</a> (<a href='../Y/pipefd2.html' title='Multiple used in 17 places.'>pipefd2</a>[0]);
<a id='L182' name='L182'></a> 182 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../Y/waitpid.html' title='Multiple used in 8 places.'>waitpid</a> (<a href='../Y/cons_saver_pid.html' title='Multiple used in 15 places.'>cons_saver_pid</a>, &amp;<a href='../Y/status.html' title='Multiple used in 186 places.'>status</a>, 0);
<a id='L183' name='L183'></a> 183 (<strong class='reserved'>void</strong>) <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
<a id='L184' name='L184'></a> 184 <em class='brace'>}</em>
<a id='L185' name='L185'></a> 185 <em class='brace'>}</em>
<a id='L186' name='L186'></a> 186 <strong class='reserved'>else</strong>
<a id='L187' name='L187'></a> 187 <em class='brace'>{</em>
<a id='L188' name='L188'></a> 188 <em class='comment'>// Child</em>
<a id='L189' name='L189'></a> 189 <strong class='reserved'>char</strong> *<a href='../Y/tty_name.html' title='Multiple used in 8 places.'>tty_name</a>;
<a id='L190' name='L190'></a> 190
<a id='L191' name='L191'></a> 191 <em class='comment'>// Close the extra pipe ends</em>
<a id='L192' name='L192'></a> 192 <a href='../Y/status.html' title='Multiple used in 186 places.'>status</a> = <a href='../Y/close.html' title='Multiple used in 122 places.'>close</a> (<a href='../Y/pipefd1.html' title='Multiple used in 15 places.'>pipefd1</a>[1]);
<a id='L193' name='L193'></a> 193 <a href='../Y/status.html' title='Multiple used in 186 places.'>status</a> = <a href='../Y/close.html' title='Multiple used in 122 places.'>close</a> (<a href='../Y/pipefd2.html' title='Multiple used in 17 places.'>pipefd2</a>[0]);
<a id='L194' name='L194'></a> 194 <a href='../Y/tty_name.html' title='Multiple used in 8 places.'>tty_name</a> = ttyname (0);
<a id='L195' name='L195'></a> 195 <em class='comment'>// Bind the pipe 0 to the standard input</em>
<a id='L196' name='L196'></a> 196 <strong class='reserved'>do</strong>
<a id='L197' name='L197'></a> 197 <em class='brace'>{</em>
<a id='L198' name='L198'></a> 198 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/ok.html' title='Multiple used in 194 places.'>ok</a>;
<a id='L199' name='L199'></a> 199
<a id='L200' name='L200'></a> 200 <strong class='reserved'>if</strong> (<a href='../Y/dup2.html' title='Multiple used in 11 places.'>dup2</a> (<a href='../Y/pipefd1.html' title='Multiple used in 15 places.'>pipefd1</a>[0], <a href='../S/lib--unixcompat.h.html#L59' title='Defined at 59 in lib/unixcompat.h.'>STDIN_FILENO</a>) == -1)
<a id='L201' name='L201'></a> 201 <strong class='reserved'>break</strong>;
<a id='L202' name='L202'></a> 202 <a href='../Y/status.html' title='Multiple used in 186 places.'>status</a> = <a href='../Y/close.html' title='Multiple used in 122 places.'>close</a> (<a href='../Y/pipefd1.html' title='Multiple used in 15 places.'>pipefd1</a>[0]);
<a id='L203' name='L203'></a> 203 <em class='comment'>// Bind the pipe 1 to the standard output</em>
<a id='L204' name='L204'></a> 204 <strong class='reserved'>if</strong> (<a href='../Y/dup2.html' title='Multiple used in 11 places.'>dup2</a> (<a href='../Y/pipefd2.html' title='Multiple used in 17 places.'>pipefd2</a>[1], <a href='../S/lib--unixcompat.h.html#L63' title='Defined at 63 in lib/unixcompat.h.'>STDOUT_FILENO</a>) == -1)
<a id='L205' name='L205'></a> 205 <strong class='reserved'>break</strong>;
<a id='L206' name='L206'></a> 206
<a id='L207' name='L207'></a> 207 <a href='../Y/status.html' title='Multiple used in 186 places.'>status</a> = <a href='../Y/close.html' title='Multiple used in 122 places.'>close</a> (<a href='../Y/pipefd2.html' title='Multiple used in 17 places.'>pipefd2</a>[1]);
<a id='L208' name='L208'></a> 208 <em class='comment'>// Bind standard error to /dev/null</em>
<a id='L209' name='L209'></a> 209 <a href='../Y/status.html' title='Multiple used in 186 places.'>status</a> = <a href='../Y/open.html' title='Multiple used in 38 places.'>open</a> ("/dev/null", <a href='../Y/O_WRONLY.html' title='Multiple used in 16 places.'>O_WRONLY</a>);
<a id='L210' name='L210'></a> 210 <strong class='reserved'>if</strong> (<a href='../Y/status.html' title='Multiple used in 186 places.'>status</a> == -1)
<a id='L211' name='L211'></a> 211 <strong class='reserved'>break</strong>;
<a id='L212' name='L212'></a> 212 <a href='../Y/ok.html' title='Multiple used in 194 places.'>ok</a> = <a href='../Y/dup2.html' title='Multiple used in 11 places.'>dup2</a> (<a href='../Y/status.html' title='Multiple used in 186 places.'>status</a>, <a href='../S/lib--unixcompat.h.html#L67' title='Defined at 67 in lib/unixcompat.h.'>STDERR_FILENO</a>) != -1;
<a id='L213' name='L213'></a> 213 <a href='../Y/status.html' title='Multiple used in 186 places.'>status</a> = <a href='../Y/close.html' title='Multiple used in 122 places.'>close</a> (<a href='../Y/status.html' title='Multiple used in 186 places.'>status</a>);
<a id='L214' name='L214'></a> 214 <strong class='reserved'>if</strong> (!<a href='../Y/ok.html' title='Multiple used in 194 places.'>ok</a>)
<a id='L215' name='L215'></a> 215 <strong class='reserved'>break</strong>;
<a id='L216' name='L216'></a> 216
<a id='L217' name='L217'></a> 217 <strong class='reserved'>if</strong> (<a href='../Y/tty_name.html' title='Multiple used in 8 places.'>tty_name</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L218' name='L218'></a> 218 <em class='brace'>{</em>
<a id='L219' name='L219'></a> 219 <strong class='reserved'>char</strong> *<a href='../Y/mc_conssaver.html' title='Multiple used in 3 places.'>mc_conssaver</a>;
<a id='L220' name='L220'></a> 220
<a id='L221' name='L221'></a> 221 <em class='comment'>// Exec the console save/restore handler</em>
<a id='L222' name='L222'></a> 222 <a href='../Y/mc_conssaver.html' title='Multiple used in 3 places.'>mc_conssaver</a> = <a href='../S/lib--utilunix.c.html#L1332' title='Defined at 1332 in lib/utilunix.c.'>mc_build_filename</a> (SAVERDIR, "cons.saver", (<strong class='reserved'>char</strong> *) <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L223' name='L223'></a> 223 <a href='../Y/execl.html' title='Multiple used in 5 places.'>execl</a> (<a href='../Y/mc_conssaver.html' title='Multiple used in 3 places.'>mc_conssaver</a>, "cons.saver", <a href='../Y/tty_name.html' title='Multiple used in 8 places.'>tty_name</a>, (<strong class='reserved'>char</strong> *) <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L224' name='L224'></a> 224 <em class='brace'>}</em>
<a id='L225' name='L225'></a> 225 <em class='comment'>// Console is not a tty or execl() failed</em>
<a id='L226' name='L226'></a> 226 <em class='brace'>}</em>
<a id='L227' name='L227'></a> 227 <strong class='reserved'>while</strong> (0);
<a id='L228' name='L228'></a> 228 <a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/tty.html' title='Multiple used in 199 places.'>tty</a>.<a href='../Y/console_flag.html' title='Multiple used in 56 places.'>console_flag</a> = '\0';
<a id='L229' name='L229'></a> 229 <a href='../Y/status.html' title='Multiple used in 186 places.'>status</a> = <a href='../Y/write.html' title='Multiple used in 55 places.'>write</a> (1, &amp;<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/tty.html' title='Multiple used in 199 places.'>tty</a>.<a href='../Y/console_flag.html' title='Multiple used in 56 places.'>console_flag</a>, 1);
<a id='L230' name='L230'></a> 230 <a href='../D/my_exit.html' title='Multiple defined in 3 places.'>my_exit</a> (3);
<a id='L231' name='L231'></a> 231 <em class='brace'>}</em> <em class='comment'>// if (cons_saver_pid ...)</em>
<a id='L232' name='L232'></a> 232 <strong class='reserved'>break</strong>;
<a id='L233' name='L233'></a> 233
<a id='L234' name='L234'></a> 234 <strong class='reserved'>case</strong> <a href='../S/src--consaver--cons.saver.h.html#L22' title='Defined at 22 in src/consaver/cons.saver.h.'>CONSOLE_DONE</a>:
<a id='L235' name='L235'></a> 235 <strong class='reserved'>case</strong> <a href='../S/src--consaver--cons.saver.h.html#L23' title='Defined at 23 in src/consaver/cons.saver.h.'>CONSOLE_SAVE</a>:
<a id='L236' name='L236'></a> 236 <strong class='reserved'>case</strong> <a href='../S/src--consaver--cons.saver.h.html#L24' title='Defined at 24 in src/consaver/cons.saver.h.'>CONSOLE_RESTORE</a>:
<a id='L237' name='L237'></a> 237 <em class='comment'>// Is tty console?</em>
<a id='L238' name='L238'></a> 238 <strong class='reserved'>if</strong> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/tty.html' title='Multiple used in 199 places.'>tty</a>.<a href='../Y/console_flag.html' title='Multiple used in 56 places.'>console_flag</a> == '\0')
<a id='L239' name='L239'></a> 239 <strong class='reserved'>return</strong>;
<a id='L240' name='L240'></a> 240 <em class='comment'>// Paranoid: Is the cons.saver still running?</em>
<a id='L241' name='L241'></a> 241 <strong class='reserved'>if</strong> (<a href='../Y/cons_saver_pid.html' title='Multiple used in 15 places.'>cons_saver_pid</a> &lt; 1 || <a href='../Y/kill.html' title='Multiple used in 10 places.'>kill</a> (<a href='../Y/cons_saver_pid.html' title='Multiple used in 15 places.'>cons_saver_pid</a>, <a href='../Y/SIGCONT.html' title='Multiple used in 7 places.'>SIGCONT</a>))
<a id='L242' name='L242'></a> 242 <em class='brace'>{</em>
<a id='L243' name='L243'></a> 243 <a href='../Y/cons_saver_pid.html' title='Multiple used in 15 places.'>cons_saver_pid</a> = 0;
<a id='L244' name='L244'></a> 244 <a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/tty.html' title='Multiple used in 199 places.'>tty</a>.<a href='../Y/console_flag.html' title='Multiple used in 56 places.'>console_flag</a> = '\0';
<a id='L245' name='L245'></a> 245 <strong class='reserved'>return</strong>;
<a id='L246' name='L246'></a> 246 <em class='brace'>}</em>
<a id='L247' name='L247'></a> 247 <em class='comment'>// Send command to the console handler</em>
<a id='L248' name='L248'></a> 248 <em class='brace'>{</em>
<a id='L249' name='L249'></a> 249 <em class='comment'>/* Convert enum (i.e. int) to char to write the correct value</em>
<a id='L250' name='L250'></a> 250 <em class='comment'> * (the least byte) regardless of machine endianness. */</em>
<a id='L251' name='L251'></a> 251 <strong class='reserved'>char</strong> <a href='../Y/act.html' title='Multiple used in 69 places.'>act</a> = (<strong class='reserved'>char</strong>) <a href='../Y/action.html' title='Multiple used in 144 places.'>action</a>;
<a id='L252' name='L252'></a> 252
<a id='L253' name='L253'></a> 253 <a href='../Y/status.html' title='Multiple used in 186 places.'>status</a> = <a href='../Y/write.html' title='Multiple used in 55 places.'>write</a> (<a href='../Y/pipefd1.html' title='Multiple used in 15 places.'>pipefd1</a>[1], &amp;<a href='../Y/act.html' title='Multiple used in 69 places.'>act</a>, 1);
<a id='L254' name='L254'></a> 254 <em class='brace'>}</em>
<a id='L255' name='L255'></a> 255 <strong class='reserved'>if</strong> (<a href='../Y/action.html' title='Multiple used in 144 places.'>action</a> != <a href='../S/src--consaver--cons.saver.h.html#L22' title='Defined at 22 in src/consaver/cons.saver.h.'>CONSOLE_DONE</a>)
<a id='L256' name='L256'></a> 256 <em class='brace'>{</em>
<a id='L257' name='L257'></a> 257 <em class='comment'>// Wait the console handler to do its job</em>
<a id='L258' name='L258'></a> 258 <a href='../Y/status.html' title='Multiple used in 186 places.'>status</a> = <a href='../Y/read.html' title='Multiple used in 58 places.'>read</a> (<a href='../Y/pipefd2.html' title='Multiple used in 17 places.'>pipefd2</a>[0], &amp;<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/tty.html' title='Multiple used in 199 places.'>tty</a>.<a href='../Y/console_flag.html' title='Multiple used in 56 places.'>console_flag</a>, 1);
<a id='L259' name='L259'></a> 259 <em class='brace'>}</em>
<a id='L260' name='L260'></a> 260 <strong class='reserved'>if</strong> (<a href='../Y/action.html' title='Multiple used in 144 places.'>action</a> == <a href='../S/src--consaver--cons.saver.h.html#L22' title='Defined at 22 in src/consaver/cons.saver.h.'>CONSOLE_DONE</a> || <a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/tty.html' title='Multiple used in 199 places.'>tty</a>.<a href='../Y/console_flag.html' title='Multiple used in 56 places.'>console_flag</a> == '\0')
<a id='L261' name='L261'></a> 261 <em class='brace'>{</em>
<a id='L262' name='L262'></a> 262 <em class='comment'>// We are done -&gt; Let's clean up</em>
<a id='L263' name='L263'></a> 263 <a href='../Y/pid_t.html' title='Multiple used in 24 places.'>pid_t</a> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
<a id='L264' name='L264'></a> 264 <a href='../Y/close.html' title='Multiple used in 122 places.'>close</a> (<a href='../Y/pipefd1.html' title='Multiple used in 15 places.'>pipefd1</a>[1]);
<a id='L265' name='L265'></a> 265 <a href='../Y/close.html' title='Multiple used in 122 places.'>close</a> (<a href='../Y/pipefd2.html' title='Multiple used in 17 places.'>pipefd2</a>[0]);
<a id='L266' name='L266'></a> 266 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../Y/waitpid.html' title='Multiple used in 8 places.'>waitpid</a> (<a href='../Y/cons_saver_pid.html' title='Multiple used in 15 places.'>cons_saver_pid</a>, &amp;<a href='../Y/status.html' title='Multiple used in 186 places.'>status</a>, 0);
<a id='L267' name='L267'></a> 267 (<strong class='reserved'>void</strong>) <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
<a id='L268' name='L268'></a> 268 <a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/tty.html' title='Multiple used in 199 places.'>tty</a>.<a href='../Y/console_flag.html' title='Multiple used in 56 places.'>console_flag</a> = '\0';
<a id='L269' name='L269'></a> 269 <em class='brace'>}</em>
<a id='L270' name='L270'></a> 270 <strong class='reserved'>break</strong>;
<a id='L271' name='L271'></a> 271 <strong class='reserved'>default</strong>:
<a id='L272' name='L272'></a> 272 <strong class='reserved'>break</strong>;
<a id='L273' name='L273'></a> 273 <em class='brace'>}</em>
<a id='L274' name='L274'></a> 274 <em class='brace'>}</em>
<a id='L275' name='L275'></a> 275
<a id='L276' name='L276'></a> 276 <em class='sharp'>#elif</em> <strong class='reserved'>defined</strong>(<a href='../Y/__FreeBSD__.html' title='Multiple used in 6 places.'>__FreeBSD__</a>)
<a id='L277' name='L277'></a> 277
<a id='L278' name='L278'></a> 278 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L279' name='L279'></a> 279 <em class='comment'>/**</em>
<a id='L280' name='L280'></a> 280 <em class='comment'> * FreeBSD support copyright (C) 2003 Alexander Serkov &lt;serkov@ukrpost.net&gt;.</em>
<a id='L281' name='L281'></a> 281 <em class='comment'> * Support for screenmaps by Max Khon &lt;fjoe@FreeBSD.org&gt;</em>
<a id='L282' name='L282'></a> 282 <em class='comment'> */</em>
<a id='L283' name='L283'></a> 283
<a id='L284' name='L284'></a> 284 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L285' name='L285'></a> 285 <a href='../R/console_init.html' title='Multiple referred from 2 places.'>console_init</a> (<strong class='reserved'>void</strong>)
<em class='comment'>/* <a href='#L141'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L305'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L92'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L487'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+285 src/cons.handler.c' /> */</em>
<a id='L286' name='L286'></a> 286 <em class='brace'>{</em>
<a id='L287' name='L287'></a> 287 <strong class='reserved'>if</strong> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/tty.html' title='Multiple used in 199 places.'>tty</a>.<a href='../Y/console_flag.html' title='Multiple used in 56 places.'>console_flag</a> != '\0')
<a id='L288' name='L288'></a> 288 <strong class='reserved'>return</strong>;
<a id='L289' name='L289'></a> 289
<a id='L290' name='L290'></a> 290 <a href='../Y/screen_info.html' title='Multiple used in 11 places.'>screen_info</a>.<a href='../Y/size.html' title='Multiple used in 385 places.'>size</a> = <strong class='reserved'>sizeof</strong> (<a href='../Y/screen_info.html' title='Multiple used in 11 places.'>screen_info</a>);
<a id='L291' name='L291'></a> 291 <strong class='reserved'>if</strong> (<a href='../Y/ioctl.html' title='Multiple used in 14 places.'>ioctl</a> (<a href='../S/src--cons.handler.c.html#L60' title='Defined at 60 in src/cons.handler.c.'>FD_OUT</a>, <a href='../Y/CONS_GETINFO.html' title='Multiple used in 2 places.'>CONS_GETINFO</a>, &amp;<a href='../Y/screen_info.html' title='Multiple used in 11 places.'>screen_info</a>) == -1)
<a id='L292' name='L292'></a> 292 <strong class='reserved'>return</strong>;
<a id='L293' name='L293'></a> 293
<a id='L294' name='L294'></a> 294 <a href='../Y/memset.html' title='Multiple used in 74 places.'>memset</a> (&amp;<a href='../Y/screen_shot.html' title='Multiple used in 16 places.'>screen_shot</a>, 0, <strong class='reserved'>sizeof</strong> (<a href='../Y/screen_shot.html' title='Multiple used in 16 places.'>screen_shot</a>));
<a id='L295' name='L295'></a> 295 <a href='../Y/screen_shot.html' title='Multiple used in 16 places.'>screen_shot</a>.<a href='../Y/xsize.html' title='Multiple used in 3 places.'>xsize</a> = <a href='../Y/screen_info.html' title='Multiple used in 11 places.'>screen_info</a>.<a href='../Y/mv_csz.html' title='Multiple used in 6 places.'>mv_csz</a>;
<a id='L296' name='L296'></a> 296 <a href='../Y/screen_shot.html' title='Multiple used in 16 places.'>screen_shot</a>.<a href='../Y/ysize.html' title='Multiple used in 3 places.'>ysize</a> = <a href='../Y/screen_info.html' title='Multiple used in 11 places.'>screen_info</a>.<a href='../Y/mv_rsz.html' title='Multiple used in 3 places.'>mv_rsz</a>;
<a id='L297' name='L297'></a> 297 <a href='../Y/screen_shot.html' title='Multiple used in 16 places.'>screen_shot</a>.<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a> = <a href='../Y/g_try_malloc.html' title='Multiple used in 6 places.'>g_try_malloc</a> (<a href='../Y/screen_info.html' title='Multiple used in 11 places.'>screen_info</a>.<a href='../Y/mv_csz.html' title='Multiple used in 6 places.'>mv_csz</a> * <a href='../Y/screen_info.html' title='Multiple used in 11 places.'>screen_info</a>.<a href='../Y/mv_rsz.html' title='Multiple used in 3 places.'>mv_rsz</a> * 2);
<a id='L298' name='L298'></a> 298 <strong class='reserved'>if</strong> (<a href='../Y/screen_shot.html' title='Multiple used in 16 places.'>screen_shot</a>.<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L299' name='L299'></a> 299 <a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/tty.html' title='Multiple used in 199 places.'>tty</a>.<a href='../Y/console_flag.html' title='Multiple used in 56 places.'>console_flag</a> = '\001';
<a id='L300' name='L300'></a> 300 <em class='brace'>}</em>
<a id='L301' name='L301'></a> 301
<a id='L302' name='L302'></a> 302 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L303' name='L303'></a> 303
<a id='L304' name='L304'></a> 304 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L305' name='L305'></a> 305 <a href='../R/set_attr.html' title='Multiple referred from 2 places.'>set_attr</a> (<strong class='reserved'>unsigned</strong> <a href='../Y/attr.html' title='Multiple used in 53 places.'>attr</a>)
<em class='comment'>/* <a href='#L285'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L324'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L92'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L487'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+305 src/cons.handler.c' /> */</em>
<a id='L306' name='L306'></a> 306 <em class='brace'>{</em>
<a id='L307' name='L307'></a> 307 <em class='comment'>/*</em>
<a id='L308' name='L308'></a> 308 <em class='comment'> * Convert color indices returned by SCRSHOT (red=4, green=2, blue=1)</em>
<a id='L309' name='L309'></a> 309 <em class='comment'> * to indices for ANSI sequences (red=1, green=2, blue=4).</em>
<a id='L310' name='L310'></a> 310 <em class='comment'> */</em>
<a id='L311' name='L311'></a> 311 <strong class='reserved'>static</strong> <strong class='reserved'>const</strong> <strong class='reserved'>int</strong> <a href='../Y/color_map.html' title='Multiple used in 3 places.'>color_map</a>[8] = <em class='brace'>{</em> 0, 4, 2, 6, 1, 5, 3, 7 <em class='brace'>}</em>;
<a id='L312' name='L312'></a> 312 <strong class='reserved'>int</strong> <a href='../Y/bc.html' title='Multiple used in 4 places.'>bc</a>, <a href='../Y/tc.html' title='Multiple used in 7 places.'>tc</a>;
<a id='L313' name='L313'></a> 313
<a id='L314' name='L314'></a> 314 <a href='../Y/tc.html' title='Multiple used in 7 places.'>tc</a> = <a href='../Y/attr.html' title='Multiple used in 53 places.'>attr</a> &amp; 0xF;
<a id='L315' name='L315'></a> 315 <a href='../Y/bc.html' title='Multiple used in 4 places.'>bc</a> = (<a href='../Y/attr.html' title='Multiple used in 53 places.'>attr</a> &gt;&gt; 4) &amp; 0xF;
<a id='L316' name='L316'></a> 316
<a id='L317' name='L317'></a> 317 <a href='../Y/printf.html' title='Multiple used in 63 places.'>printf</a> ("\x1B[%d;%d;3%d;4%dm", (<a href='../Y/bc.html' title='Multiple used in 4 places.'>bc</a> &amp; 8) ? 5 : 25, (<a href='../Y/tc.html' title='Multiple used in 7 places.'>tc</a> &amp; 8) ? 1 : 22, <a href='../Y/color_map.html' title='Multiple used in 3 places.'>color_map</a>[<a href='../Y/tc.html' title='Multiple used in 7 places.'>tc</a> &amp; 7],
<a id='L318' name='L318'></a> 318 <a href='../Y/color_map.html' title='Multiple used in 3 places.'>color_map</a>[<a href='../Y/bc.html' title='Multiple used in 4 places.'>bc</a> &amp; 7]);
<a id='L319' name='L319'></a> 319 <em class='brace'>}</em>
<a id='L320' name='L320'></a> 320
<a id='L321' name='L321'></a> 321 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L322' name='L322'></a> 322
<a id='L323' name='L323'></a> 323 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L324' name='L324'></a> 324 <a href='../S/src--cons.handler.c.html#L453' title='Referred from 453 in src/cons.handler.c.'>console_restore</a> (<strong class='reserved'>void</strong>)
<em class='comment'>/* <a href='#L305'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L350'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L92'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L487'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+324 src/cons.handler.c' /> */</em>
<a id='L325' name='L325'></a> 325 <em class='brace'>{</em>
<a id='L326' name='L326'></a> 326 <strong class='reserved'>int</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>, <a href='../Y/last.html' title='Multiple used in 36 places.'>last</a>;
<a id='L327' name='L327'></a> 327
<a id='L328' name='L328'></a> 328 <strong class='reserved'>if</strong> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/tty.html' title='Multiple used in 199 places.'>tty</a>.<a href='../Y/console_flag.html' title='Multiple used in 56 places.'>console_flag</a> == '\0')
<a id='L329' name='L329'></a> 329 <strong class='reserved'>return</strong>;
<a id='L330' name='L330'></a> 330
<a id='L331' name='L331'></a> 331 <a href='../S/src--cons.handler.c.html#L61' title='Defined at 61 in src/cons.handler.c.'>cursor_to</a> (0, 0);
<a id='L332' name='L332'></a> 332
<a id='L333' name='L333'></a> 333 <em class='comment'>// restoring all content up to cursor position</em>
<a id='L334' name='L334'></a> 334 <a href='../Y/last.html' title='Multiple used in 36 places.'>last</a> = <a href='../Y/screen_info.html' title='Multiple used in 11 places.'>screen_info</a>.mv_row * <a href='../Y/screen_info.html' title='Multiple used in 11 places.'>screen_info</a>.<a href='../Y/mv_csz.html' title='Multiple used in 6 places.'>mv_csz</a> + <a href='../Y/screen_info.html' title='Multiple used in 11 places.'>screen_info</a>.mv_col;
<a id='L335' name='L335'></a> 335 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt; <a href='../Y/last.html' title='Multiple used in 36 places.'>last</a>; ++<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>)
<a id='L336' name='L336'></a> 336 <em class='brace'>{</em>
<a id='L337' name='L337'></a> 337 <a href='../S/src--cons.handler.c.html#L305' title='Defined at 305 in src/cons.handler.c.'>set_attr</a> ((<a href='../Y/screen_shot.html' title='Multiple used in 16 places.'>screen_shot</a>.<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>] &gt;&gt; 8) &amp; 0xFF);
<a id='L338' name='L338'></a> 338 <a href='../Y/putc.html' title='Multiple used in 8 places.'>putc</a> (<a href='../Y/screen_shot.html' title='Multiple used in 16 places.'>screen_shot</a>.<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>] &amp; 0xFF, <a href='../Y/stdout.html' title='Multiple used in 30 places.'>stdout</a>);
<a id='L339' name='L339'></a> 339 <em class='brace'>}</em>
<a id='L340' name='L340'></a> 340
<a id='L341' name='L341'></a> 341 <em class='comment'>// restoring cursor color</em>
<a id='L342' name='L342'></a> 342 <a href='../S/src--cons.handler.c.html#L305' title='Defined at 305 in src/cons.handler.c.'>set_attr</a> ((<a href='../Y/screen_shot.html' title='Multiple used in 16 places.'>screen_shot</a>.<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>[<a href='../Y/last.html' title='Multiple used in 36 places.'>last</a>] &gt;&gt; 8) &amp; 0xFF);
<a id='L343' name='L343'></a> 343
<a id='L344' name='L344'></a> 344 <a href='../Y/fflush.html' title='Multiple used in 32 places.'>fflush</a> (<a href='../Y/stdout.html' title='Multiple used in 30 places.'>stdout</a>);
<a id='L345' name='L345'></a> 345 <em class='brace'>}</em>
<a id='L346' name='L346'></a> 346
<a id='L347' name='L347'></a> 347 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L348' name='L348'></a> 348
<a id='L349' name='L349'></a> 349 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L350' name='L350'></a> 350 <a href='../R/console_shutdown.html' title='Multiple referred from 5 places.'>console_shutdown</a> (<strong class='reserved'>void</strong>)
<em class='comment'>/* <a href='#L324'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L363'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L92'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L487'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+350 src/cons.handler.c' /> */</em>
<a id='L351' name='L351'></a> 351 <em class='brace'>{</em>
<a id='L352' name='L352'></a> 352 <strong class='reserved'>if</strong> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/tty.html' title='Multiple used in 199 places.'>tty</a>.<a href='../Y/console_flag.html' title='Multiple used in 56 places.'>console_flag</a> == '\0')
<a id='L353' name='L353'></a> 353 <strong class='reserved'>return</strong>;
<a id='L354' name='L354'></a> 354
<a id='L355' name='L355'></a> 355 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/screen_shot.html' title='Multiple used in 16 places.'>screen_shot</a>.<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>);
<a id='L356' name='L356'></a> 356
<a id='L357' name='L357'></a> 357 <a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/tty.html' title='Multiple used in 199 places.'>tty</a>.<a href='../Y/console_flag.html' title='Multiple used in 56 places.'>console_flag</a> = '\0';
<a id='L358' name='L358'></a> 358 <em class='brace'>}</em>
<a id='L359' name='L359'></a> 359
<a id='L360' name='L360'></a> 360 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L361' name='L361'></a> 361
<a id='L362' name='L362'></a> 362 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L363' name='L363'></a> 363 <a href='../S/src--cons.handler.c.html#L449' title='Referred from 449 in src/cons.handler.c.'>console_save</a> (<strong class='reserved'>void</strong>)
<em class='comment'>/* <a href='#L350'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L414'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L92'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L487'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+363 src/cons.handler.c' /> */</em>
<a id='L364' name='L364'></a> 364 <em class='brace'>{</em>
<a id='L365' name='L365'></a> 365 <strong class='reserved'>int</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L366' name='L366'></a> 366 <a href='../Y/scrmap_t.html' title='Multiple used in 2 places.'>scrmap_t</a> <a href='../Y/map.html' title='Multiple used in 4 places.'>map</a>;
<a id='L367' name='L367'></a> 367 <a href='../Y/scrmap_t.html' title='Multiple used in 2 places.'>scrmap_t</a> <a href='../Y/revmap.html' title='Multiple used in 3 places.'>revmap</a>;
<a id='L368' name='L368'></a> 368
<a id='L369' name='L369'></a> 369 <strong class='reserved'>if</strong> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/tty.html' title='Multiple used in 199 places.'>tty</a>.<a href='../Y/console_flag.html' title='Multiple used in 56 places.'>console_flag</a> == '\0')
<a id='L370' name='L370'></a> 370 <strong class='reserved'>return</strong>;
<a id='L371' name='L371'></a> 371
<a id='L372' name='L372'></a> 372 <em class='comment'>// screen_info.size is already set in console_init()</em>
<a id='L373' name='L373'></a> 373 <strong class='reserved'>if</strong> (<a href='../Y/ioctl.html' title='Multiple used in 14 places.'>ioctl</a> (<a href='../S/src--cons.handler.c.html#L60' title='Defined at 60 in src/cons.handler.c.'>FD_OUT</a>, <a href='../Y/CONS_GETINFO.html' title='Multiple used in 2 places.'>CONS_GETINFO</a>, &amp;<a href='../Y/screen_info.html' title='Multiple used in 11 places.'>screen_info</a>) == -1)
<a id='L374' name='L374'></a> 374 <em class='brace'>{</em>
<a id='L375' name='L375'></a> 375 <a href='../S/src--cons.handler.c.html#L350' title='Defined at 350 in src/cons.handler.c.'>console_shutdown</a> ();
<a id='L376' name='L376'></a> 376 <strong class='reserved'>return</strong>;
<a id='L377' name='L377'></a> 377 <em class='brace'>}</em>
<a id='L378' name='L378'></a> 378
<a id='L379' name='L379'></a> 379 <em class='comment'>// handle console resize</em>
<a id='L380' name='L380'></a> 380 <strong class='reserved'>if</strong> (<a href='../Y/screen_info.html' title='Multiple used in 11 places.'>screen_info</a>.<a href='../Y/mv_csz.html' title='Multiple used in 6 places.'>mv_csz</a> != <a href='../Y/screen_shot.html' title='Multiple used in 16 places.'>screen_shot</a>.<a href='../Y/xsize.html' title='Multiple used in 3 places.'>xsize</a> || <a href='../Y/screen_info.html' title='Multiple used in 11 places.'>screen_info</a>.<a href='../Y/mv_rsz.html' title='Multiple used in 3 places.'>mv_rsz</a> != <a href='../Y/screen_shot.html' title='Multiple used in 16 places.'>screen_shot</a>.<a href='../Y/ysize.html' title='Multiple used in 3 places.'>ysize</a>)
<a id='L381' name='L381'></a> 381 <em class='brace'>{</em>
<a id='L382' name='L382'></a> 382 <a href='../S/src--cons.handler.c.html#L350' title='Defined at 350 in src/cons.handler.c.'>console_shutdown</a> ();
<a id='L383' name='L383'></a> 383 <a href='../S/src--cons.handler.c.html#L285' title='Defined at 285 in src/cons.handler.c.'>console_init</a> ();
<a id='L384' name='L384'></a> 384 <em class='brace'>}</em>
<a id='L385' name='L385'></a> 385
<a id='L386' name='L386'></a> 386 <strong class='reserved'>if</strong> (<a href='../Y/ioctl.html' title='Multiple used in 14 places.'>ioctl</a> (<a href='../S/src--cons.handler.c.html#L60' title='Defined at 60 in src/cons.handler.c.'>FD_OUT</a>, CONS_SCRSHOT, &amp;<a href='../Y/screen_shot.html' title='Multiple used in 16 places.'>screen_shot</a>) == -1)
<a id='L387' name='L387'></a> 387 <em class='brace'>{</em>
<a id='L388' name='L388'></a> 388 <a href='../S/src--cons.handler.c.html#L350' title='Defined at 350 in src/cons.handler.c.'>console_shutdown</a> ();
<a id='L389' name='L389'></a> 389 <strong class='reserved'>return</strong>;
<a id='L390' name='L390'></a> 390 <em class='brace'>}</em>
<a id='L391' name='L391'></a> 391
<a id='L392' name='L392'></a> 392 <strong class='reserved'>if</strong> (<a href='../Y/ioctl.html' title='Multiple used in 14 places.'>ioctl</a> (<a href='../S/src--cons.handler.c.html#L60' title='Defined at 60 in src/cons.handler.c.'>FD_OUT</a>, GIO_SCRNMAP, &amp;<a href='../Y/map.html' title='Multiple used in 4 places.'>map</a>) == -1)
<a id='L393' name='L393'></a> 393 <em class='brace'>{</em>
<a id='L394' name='L394'></a> 394 <a href='../S/src--cons.handler.c.html#L350' title='Defined at 350 in src/cons.handler.c.'>console_shutdown</a> ();
<a id='L395' name='L395'></a> 395 <strong class='reserved'>return</strong>;
<a id='L396' name='L396'></a> 396 <em class='brace'>}</em>
<a id='L397' name='L397'></a> 397
<a id='L398' name='L398'></a> 398 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt; 256; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L399' name='L399'></a> 399 <em class='brace'>{</em>
<a id='L400' name='L400'></a> 400 <strong class='reserved'>char</strong> *<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/memchr.html' title='Multiple used in 2 places.'>memchr</a> (<a href='../Y/map.html' title='Multiple used in 4 places.'>map</a>.<a href='../Y/scrmap.html' title='Multiple used in 3 places.'>scrmap</a>, <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>, 256);
<a id='L401' name='L401'></a> 401 <a href='../Y/revmap.html' title='Multiple used in 3 places.'>revmap</a>.<a href='../Y/scrmap.html' title='Multiple used in 3 places.'>scrmap</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>] = <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> ? <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> - <a href='../Y/map.html' title='Multiple used in 4 places.'>map</a>.<a href='../Y/scrmap.html' title='Multiple used in 3 places.'>scrmap</a> : <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L402' name='L402'></a> 402 <em class='brace'>}</em>
<a id='L403' name='L403'></a> 403
<a id='L404' name='L404'></a> 404 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt; <a href='../Y/screen_shot.html' title='Multiple used in 16 places.'>screen_shot</a>.<a href='../Y/xsize.html' title='Multiple used in 3 places.'>xsize</a> * <a href='../Y/screen_shot.html' title='Multiple used in 16 places.'>screen_shot</a>.<a href='../Y/ysize.html' title='Multiple used in 3 places.'>ysize</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L405' name='L405'></a> 405 <em class='brace'>{</em>
<a id='L406' name='L406'></a> 406 <a href='../Y/screen_shot.html' title='Multiple used in 16 places.'>screen_shot</a>.<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>] = (<a href='../Y/screen_shot.html' title='Multiple used in 16 places.'>screen_shot</a>.<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>] &amp; 0xff00)
<a id='L407' name='L407'></a> 407 | (<strong class='reserved'>unsigned</strong> <strong class='reserved'>char</strong>) <a href='../Y/revmap.html' title='Multiple used in 3 places.'>revmap</a>.<a href='../Y/scrmap.html' title='Multiple used in 3 places.'>scrmap</a>[<a href='../Y/screen_shot.html' title='Multiple used in 16 places.'>screen_shot</a>.<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>] &amp; 0xff];
<a id='L408' name='L408'></a> 408 <em class='brace'>}</em>
<a id='L409' name='L409'></a> 409 <em class='brace'>}</em>
<a id='L410' name='L410'></a> 410
<a id='L411' name='L411'></a> 411 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L412' name='L412'></a> 412
<a id='L413' name='L413'></a> 413 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L414' name='L414'></a> 414 <a href='../S/src--cons.handler.c.html#L478' title='Referred from 478 in src/cons.handler.c.'>show_console_contents_freebsd</a> (<strong class='reserved'>int</strong> <a href='../Y/starty.html' title='Multiple used in 12 places.'>starty</a>, <strong class='reserved'>unsigned</strong> <strong class='reserved'>char</strong> <a href='../Y/begin_line.html' title='Multiple used in 16 places.'>begin_line</a>, <strong class='reserved'>unsigned</strong> <strong class='reserved'>char</strong> <a href='../Y/end_line.html' title='Multiple used in 25 places.'>end_line</a>)
<em class='comment'>/* <a href='#L363'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L436'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L92'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L487'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+414 src/cons.handler.c' /> */</em>
<a id='L415' name='L415'></a> 415 <em class='brace'>{</em>
<a id='L416' name='L416'></a> 416 <strong class='reserved'>int</strong> <a href='../Y/col.html' title='Multiple used in 141 places.'>col</a>, <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>;
<a id='L417' name='L417'></a> 417 <strong class='reserved'>char</strong> <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>;
<a id='L418' name='L418'></a> 418
<a id='L419' name='L419'></a> 419 <strong class='reserved'>if</strong> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/tty.html' title='Multiple used in 199 places.'>tty</a>.<a href='../Y/console_flag.html' title='Multiple used in 56 places.'>console_flag</a> == '\0')
<a id='L420' name='L420'></a> 420 <strong class='reserved'>return</strong>;
<a id='L421' name='L421'></a> 421
<a id='L422' name='L422'></a> 422 <strong class='reserved'>for</strong> (<a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> = <a href='../Y/begin_line.html' title='Multiple used in 16 places.'>begin_line</a>; <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> &lt;= <a href='../Y/end_line.html' title='Multiple used in 25 places.'>end_line</a>; <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>++)
<a id='L423' name='L423'></a> 423 <em class='brace'>{</em>
<a id='L424' name='L424'></a> 424 <a href='../D/tty_gotoyx.html' title='Multiple defined in 2 places.'>tty_gotoyx</a> (<a href='../Y/starty.html' title='Multiple used in 12 places.'>starty</a> + <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> - <a href='../Y/begin_line.html' title='Multiple used in 16 places.'>begin_line</a>, 0);
<a id='L425' name='L425'></a> 425 <strong class='reserved'>for</strong> (<a href='../Y/col.html' title='Multiple used in 141 places.'>col</a> = 0; <a href='../Y/col.html' title='Multiple used in 141 places.'>col</a> &lt; <a href='../Y/MIN.html' title='Multiple used in 81 places.'>MIN</a> (<a href='../S/lib--tty--tty-slang.h.html#L11' title='Defined at 11 in lib/tty/tty-slang.h.'>COLS</a>, <a href='../Y/screen_info.html' title='Multiple used in 11 places.'>screen_info</a>.<a href='../Y/mv_csz.html' title='Multiple used in 6 places.'>mv_csz</a>); <a href='../Y/col.html' title='Multiple used in 141 places.'>col</a>++)
<a id='L426' name='L426'></a> 426 <em class='brace'>{</em>
<a id='L427' name='L427'></a> 427 <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = <a href='../Y/screen_shot.html' title='Multiple used in 16 places.'>screen_shot</a>.<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>[<a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> * <a href='../Y/screen_info.html' title='Multiple used in 11 places.'>screen_info</a>.<a href='../Y/mv_csz.html' title='Multiple used in 6 places.'>mv_csz</a> + <a href='../Y/col.html' title='Multiple used in 141 places.'>col</a>] &amp; 0xFF;
<a id='L428' name='L428'></a> 428 <a href='../D/tty_print_char.html' title='Multiple defined in 2 places.'>tty_print_char</a> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>);
<a id='L429' name='L429'></a> 429 <em class='brace'>}</em>
<a id='L430' name='L430'></a> 430 <em class='brace'>}</em>
<a id='L431' name='L431'></a> 431 <em class='brace'>}</em>
<a id='L432' name='L432'></a> 432
<a id='L433' name='L433'></a> 433 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L434' name='L434'></a> 434
<a id='L435' name='L435'></a> 435 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L436' name='L436'></a> 436 <a href='../S/src--cons.handler.c.html#L497' title='Referred from 497 in src/cons.handler.c.'>handle_console_freebsd</a> (<a href='../S/src--consaver--cons.saver.h.html#L26' title='Defined at 26 in src/consaver/cons.saver.h.'>console_action_t</a> <a href='../Y/action.html' title='Multiple used in 144 places.'>action</a>)
<em class='comment'>/* <a href='#L414'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L466'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L92'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L487'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+436 src/cons.handler.c' /> */</em>
<a id='L437' name='L437'></a> 437 <em class='brace'>{</em>
<a id='L438' name='L438'></a> 438 <strong class='reserved'>switch</strong> (<a href='../Y/action.html' title='Multiple used in 144 places.'>action</a>)
<a id='L439' name='L439'></a> 439 <em class='brace'>{</em>
<a id='L440' name='L440'></a> 440 <strong class='reserved'>case</strong> <a href='../S/src--consaver--cons.saver.h.html#L21' title='Defined at 21 in src/consaver/cons.saver.h.'>CONSOLE_INIT</a>:
<a id='L441' name='L441'></a> 441 <a href='../S/src--cons.handler.c.html#L285' title='Defined at 285 in src/cons.handler.c.'>console_init</a> ();
<a id='L442' name='L442'></a> 442 <strong class='reserved'>break</strong>;
<a id='L443' name='L443'></a> 443
<a id='L444' name='L444'></a> 444 <strong class='reserved'>case</strong> <a href='../S/src--consaver--cons.saver.h.html#L22' title='Defined at 22 in src/consaver/cons.saver.h.'>CONSOLE_DONE</a>:
<a id='L445' name='L445'></a> 445 <a href='../S/src--cons.handler.c.html#L350' title='Defined at 350 in src/cons.handler.c.'>console_shutdown</a> ();
<a id='L446' name='L446'></a> 446 <strong class='reserved'>break</strong>;
<a id='L447' name='L447'></a> 447
<a id='L448' name='L448'></a> 448 <strong class='reserved'>case</strong> <a href='../S/src--consaver--cons.saver.h.html#L23' title='Defined at 23 in src/consaver/cons.saver.h.'>CONSOLE_SAVE</a>:
<a id='L449' name='L449'></a> 449 <a href='../S/src--cons.handler.c.html#L363' title='Defined at 363 in src/cons.handler.c.'>console_save</a> ();
<a id='L450' name='L450'></a> 450 <strong class='reserved'>break</strong>;
<a id='L451' name='L451'></a> 451
<a id='L452' name='L452'></a> 452 <strong class='reserved'>case</strong> <a href='../S/src--consaver--cons.saver.h.html#L24' title='Defined at 24 in src/consaver/cons.saver.h.'>CONSOLE_RESTORE</a>:
<a id='L453' name='L453'></a> 453 <a href='../S/src--cons.handler.c.html#L324' title='Defined at 324 in src/cons.handler.c.'>console_restore</a> ();
<a id='L454' name='L454'></a> 454 <strong class='reserved'>break</strong>;
<a id='L455' name='L455'></a> 455 <strong class='reserved'>default</strong>:
<a id='L456' name='L456'></a> 456 <strong class='reserved'>break</strong>;
<a id='L457' name='L457'></a> 457 <em class='brace'>}</em>
<a id='L458' name='L458'></a> 458 <em class='brace'>}</em>
<a id='L459' name='L459'></a> 459 <em class='sharp'>#endif</em>
<a id='L460' name='L460'></a> 460
<a id='L461' name='L461'></a> 461 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L462' name='L462'></a> 462 <em class='comment'>/*** public functions ****************************************************************************/</em>
<a id='L463' name='L463'></a> 463 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L464' name='L464'></a> 464
<a id='L465' name='L465'></a> 465 <strong class='reserved'>void</strong>
<a id='L466' name='L466'></a> 466 <a href='../R/show_console_contents.html' title='Multiple referred from 4 places.'>show_console_contents</a> (<strong class='reserved'>int</strong> <a href='../Y/starty.html' title='Multiple used in 12 places.'>starty</a>, <strong class='reserved'>unsigned</strong> <strong class='reserved'>char</strong> <a href='../Y/begin_line.html' title='Multiple used in 16 places.'>begin_line</a>, <strong class='reserved'>unsigned</strong> <strong class='reserved'>char</strong> <a href='../Y/end_line.html' title='Multiple used in 25 places.'>end_line</a>)
<em class='comment'>/* <a href='#L436'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L487'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L92'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L487'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+466 src/cons.handler.c' /> */</em>
<a id='L467' name='L467'></a> 467 <em class='brace'>{</em>
<a id='L468' name='L468'></a> 468 <a href='../D/tty_set_normal_attrs.html' title='Multiple defined in 2 places.'>tty_set_normal_attrs</a> ();
<a id='L469' name='L469'></a> 469
<a id='L470' name='L470'></a> 470 <strong class='reserved'>if</strong> (<a href='../S/lib--tty--win.c.html#L153' title='Defined at 153 in lib/tty/win.c.'>look_for_rxvt_extensions</a> ())
<a id='L471' name='L471'></a> 471 <em class='brace'>{</em>
<a id='L472' name='L472'></a> 472 <a href='../S/lib--tty--win.c.html#L106' title='Defined at 106 in lib/tty/win.c.'>show_rxvt_contents</a> (<a href='../Y/starty.html' title='Multiple used in 12 places.'>starty</a>, <a href='../Y/begin_line.html' title='Multiple used in 16 places.'>begin_line</a>, <a href='../Y/end_line.html' title='Multiple used in 25 places.'>end_line</a>);
<a id='L473' name='L473'></a> 473 <strong class='reserved'>return</strong>;
<a id='L474' name='L474'></a> 474 <em class='brace'>}</em>
<a id='L475' name='L475'></a> 475 <em class='sharp'>#ifdef</em> <a href='../Y/__linux__.html' title='Multiple used in 18 places.'>__linux__</a>
<a id='L476' name='L476'></a> 476 <a href='../S/src--cons.handler.c.html#L92' title='Defined at 92 in src/cons.handler.c.'>show_console_contents_linux</a> (<a href='../Y/starty.html' title='Multiple used in 12 places.'>starty</a>, <a href='../Y/begin_line.html' title='Multiple used in 16 places.'>begin_line</a>, <a href='../Y/end_line.html' title='Multiple used in 25 places.'>end_line</a>);
<a id='L477' name='L477'></a> 477 <em class='sharp'>#elif</em> <strong class='reserved'>defined</strong>(<a href='../Y/__FreeBSD__.html' title='Multiple used in 6 places.'>__FreeBSD__</a>)
<a id='L478' name='L478'></a> 478 <a href='../S/src--cons.handler.c.html#L414' title='Defined at 414 in src/cons.handler.c.'>show_console_contents_freebsd</a> (<a href='../Y/starty.html' title='Multiple used in 12 places.'>starty</a>, <a href='../Y/begin_line.html' title='Multiple used in 16 places.'>begin_line</a>, <a href='../Y/end_line.html' title='Multiple used in 25 places.'>end_line</a>);
<a id='L479' name='L479'></a> 479 <em class='sharp'>#else</em>
<a id='L480' name='L480'></a> 480 <a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/tty.html' title='Multiple used in 199 places.'>tty</a>.<a href='../Y/console_flag.html' title='Multiple used in 56 places.'>console_flag</a> = '\0';
<a id='L481' name='L481'></a> 481 <em class='sharp'>#endif</em>
<a id='L482' name='L482'></a> 482 <em class='brace'>}</em>
<a id='L483' name='L483'></a> 483
<a id='L484' name='L484'></a> 484 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L485' name='L485'></a> 485
<a id='L486' name='L486'></a> 486 <strong class='reserved'>void</strong>
<a id='L487' name='L487'></a> 487 <a href='../R/handle_console.html' title='Multiple referred from 14 places.'>handle_console</a> (<a href='../S/src--consaver--cons.saver.h.html#L26' title='Defined at 26 in src/consaver/cons.saver.h.'>console_action_t</a> <a href='../Y/action.html' title='Multiple used in 144 places.'>action</a>)
<em class='comment'>/* <a href='#L466'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><img class='icon' src='../icons/n_right.png' alt='[next]' /><a href='#L92'><img class='icon' src='../icons/first.png' alt='[first]' /></a><img class='icon' src='../icons/n_last.png' alt='[last]' /><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+487 src/cons.handler.c' /> */</em>
<a id='L488' name='L488'></a> 488 <em class='brace'>{</em>
<a id='L489' name='L489'></a> 489 (<strong class='reserved'>void</strong>) <a href='../Y/action.html' title='Multiple used in 144 places.'>action</a>;
<a id='L490' name='L490'></a> 490
<a id='L491' name='L491'></a> 491 <strong class='reserved'>if</strong> (<a href='../S/lib--tty--win.c.html#L153' title='Defined at 153 in lib/tty/win.c.'>look_for_rxvt_extensions</a> ())
<a id='L492' name='L492'></a> 492 <strong class='reserved'>return</strong>;
<a id='L493' name='L493'></a> 493
<a id='L494' name='L494'></a> 494 <em class='sharp'>#ifdef</em> <a href='../Y/__linux__.html' title='Multiple used in 18 places.'>__linux__</a>
<a id='L495' name='L495'></a> 495 <a href='../S/src--cons.handler.c.html#L141' title='Defined at 141 in src/cons.handler.c.'>handle_console_linux</a> (<a href='../Y/action.html' title='Multiple used in 144 places.'>action</a>);
<a id='L496' name='L496'></a> 496 <em class='sharp'>#elif</em> <strong class='reserved'>defined</strong>(<a href='../Y/__FreeBSD__.html' title='Multiple used in 6 places.'>__FreeBSD__</a>)
<a id='L497' name='L497'></a> 497 <a href='../S/src--cons.handler.c.html#L436' title='Defined at 436 in src/cons.handler.c.'>handle_console_freebsd</a> (<a href='../Y/action.html' title='Multiple used in 144 places.'>action</a>);
<a id='L498' name='L498'></a> 498 <em class='sharp'>#endif</em>
<a id='L499' name='L499'></a> 499 <em class='brace'>}</em>
<a id='L500' name='L500'></a> 500
<a id='L501' name='L501'></a> 501 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
</pre>
<hr />
<a id='BOTTOM' name='BOTTOM'></a>
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><img class='icon' src='../icons/n_right.png' alt='[next]' /><a href='#L92'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L487'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><img class='icon' src='../icons/n_bottom.png' alt='[bottom]' /><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+501 src/cons.handler.c' /> */</em>
</body>
</html>