mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
27 lines
2.8 KiB
HTML
27 lines
2.8 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>command_buffer_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#L199'>command_buffer_pipe</a> 199 src/subshell/common.c static int command_buffer_pipe[2];</span>
|
||
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L477'>command_buffer_pipe</a> 477 src/subshell/common.c close (command_buffer_pipe[READ]);</span>
|
||
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L621'>command_buffer_pipe</a> 621 src/subshell/common.c FD_SET (command_buffer_pipe[READ], &read_set);</span>
|
||
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L623'>command_buffer_pipe</a> 623 src/subshell/common.c const int maxfdp = MAX (command_buffer_pipe[READ], mc_global.tty.subshell_pty);</span>
|
||
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L641'>command_buffer_pipe</a> 641 src/subshell/common.c bytes = read (command_buffer_pipe[READ], subshell_response_buffer,</span>
|
||
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L657'>command_buffer_pipe</a> 657 src/subshell/common.c FD_SET (command_buffer_pipe[READ], &read_set);</span>
|
||
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L687'>command_buffer_pipe</a> 687 src/subshell/common.c if (FD_ISSET (command_buffer_pipe[READ], &read_set))</span>
|
||
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L690'>command_buffer_pipe</a> 690 src/subshell/common.c read (command_buffer_pipe[READ], subshell_response_buffer + response_char_length,</span>
|
||
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1297'>command_buffer_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#L1321'>command_buffer_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'>command_buffer_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#L1748'>command_buffer_pipe</a> 1748 src/subshell/common.c if (use_persistent_buffer && pipe (command_buffer_pipe) != 0)</span>
|
||
|
|
</pre>
|
||
|
|
</body>
|
||
|
|
</html>
|