Files
source/Y/subshell_pty_slave.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

27 lines
2.6 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>subshell_pty_slave</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>
<pre>
<span class='curline'><a href='../S/src--subshell--common.c.html#L190'>subshell_pty_slave</a> 190 src/subshell/common.c static int subshell_pty_slave = -1;</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L317'>subshell_pty_slave</a> 317 src/subshell/common.c ioctl (subshell_pty_slave, TIOCSCTTY, 0);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L323'>subshell_pty_slave</a> 323 src/subshell/common.c if (tcsetattr (subshell_pty_slave, TCSANOW, &amp;shell_mode))</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L331'>subshell_pty_slave</a> 331 src/subshell/common.c tty_resize (subshell_pty_slave);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L470'>subshell_pty_slave</a> 470 src/subshell/common.c dup2 (subshell_pty_slave, STDIN_FILENO);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L471'>subshell_pty_slave</a> 471 src/subshell/common.c dup2 (subshell_pty_slave, STDOUT_FILENO);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L472'>subshell_pty_slave</a> 472 src/subshell/common.c dup2 (subshell_pty_slave, STDERR_FILENO);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L479'>subshell_pty_slave</a> 479 src/subshell/common.c close (subshell_pty_slave); // These may be FD_CLOEXEC, but just in case...</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L583'>subshell_pty_slave</a> 583 src/subshell/common.c tcflush (subshell_pty_slave, TCIFLUSH);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1764'>subshell_pty_slave</a> 1764 src/subshell/common.c if (openpty (&amp;mc_global.tty.subshell_pty, &amp;subshell_pty_slave, NULL, NULL, NULL))</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1780'>subshell_pty_slave</a> 1780 src/subshell/common.c subshell_pty_slave = pty_open_slave (pty_name);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1781'>subshell_pty_slave</a> 1781 src/subshell/common.c if (subshell_pty_slave == -1)</span>
</pre>
</body>
</html>