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

35 lines
4.2 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_pipe</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#L196'>subshell_pipe</a> 196 src/subshell/common.c static int subshell_pipe[2];</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L474'>subshell_pipe</a> 474 src/subshell/common.c close (subshell_pipe[READ]);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L915'>subshell_pipe</a> 915 src/subshell/common.c FD_SET (subshell_pipe[READ], &amp;read_set);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L916'>subshell_pipe</a> 916 src/subshell/common.c maxfdp = MAX (mc_global.tty.subshell_pty, subshell_pipe[READ]);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L979'>subshell_pipe</a> 979 src/subshell/common.c else if (FD_ISSET (subshell_pipe[READ], &amp;read_set))</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L991'>subshell_pipe</a> 991 src/subshell/common.c const ssize_t bytes = read (subshell_pipe[READ], subshell_cwd, sizeof (subshell_cwd));</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1297'>subshell_pipe</a> 1297 src/subshell/common.c command_buffer_pipe[WRITE], subshell_pipe[WRITE], subshell_pipe[WRITE]);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1301'>subshell_pipe</a> 1301 src/subshell/common.c return g_strdup_printf (precmd_fallback, subshell_pipe[WRITE]);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1304'>subshell_pipe</a> 1304 src/subshell/common.c return g_strdup_printf (precmd_fallback, subshell_pipe[WRITE]);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1307'>subshell_pipe</a> 1307 src/subshell/common.c return g_strdup_printf (precmd_fallback, subshell_pipe[WRITE]);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1311'>subshell_pipe</a> 1311 src/subshell/common.c subshell_pipe[WRITE]);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1321'>subshell_pipe</a> 1321 src/subshell/common.c command_buffer_pipe[WRITE], subshell_pipe[WRITE]);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1340'>subshell_pipe</a> 1340 src/subshell/common.c command_buffer_pipe[WRITE], subshell_pipe[WRITE]);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1531'>subshell_pipe</a> 1531 src/subshell/common.c FD_SET (subshell_pipe[READ], &amp;read_set);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1533'>subshell_pipe</a> 1533 src/subshell/common.c const int maxfdp = subshell_pipe[READ];</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1536'>subshell_pipe</a> 1536 src/subshell/common.c &amp;&amp; FD_ISSET (subshell_pipe[READ], &amp;read_set))</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1538'>subshell_pipe</a> 1538 src/subshell/common.c if (read (subshell_pipe[READ], subshell_cwd, sizeof (subshell_cwd)) &lt;= 0)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1727'>subshell_pipe</a> 1727 src/subshell/common.c if ((subshell_pipe[READ] = open (tcsh_fifo, O_RDWR)) == -1</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1728'>subshell_pipe</a> 1728 src/subshell/common.c || (subshell_pipe[WRITE] = open (tcsh_fifo, O_RDWR)) == -1)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1736'>subshell_pipe</a> 1736 src/subshell/common.c else if (pipe (subshell_pipe) != 0) // subshell_type is BASH, ASH_BUSYBOX, DASH or ZSH</span>
</pre>
</body>
</html>