mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
27 lines
2.9 KiB
HTML
27 lines
2.9 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_response_buffer</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#L601'>subshell_response_buffer</a> 601 src/subshell/common.c char subshell_response_buffer[BUF_LARGE];</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L641'>subshell_response_buffer</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#L642'>subshell_response_buffer</a> 642 src/subshell/common.c sizeof (subshell_response_buffer));</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L690'>subshell_response_buffer</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#L691'>subshell_response_buffer</a> 691 src/subshell/common.c sizeof (subshell_response_buffer) - response_char_length);</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L693'>subshell_response_buffer</a> 693 src/subshell/common.c || (size_t) bytes == sizeof (subshell_response_buffer) - response_char_length)</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L699'>subshell_response_buffer</a> 699 src/subshell/common.c strnlen (subshell_response_buffer + response_char_length, bytes);</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L716'>subshell_response_buffer</a> 716 src/subshell/common.c if (subshell_response_buffer[response_char_length - 1] != '\n')</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L718'>subshell_response_buffer</a> 718 src/subshell/common.c subshell_response_buffer[--response_char_length] = '\0';</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L724'>subshell_response_buffer</a> 724 src/subshell/common.c if (sscanf (subshell_response_buffer, "%d:%d", &bash_version, &cursor_position) != 2)</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L729'>subshell_response_buffer</a> 729 src/subshell/common.c if (sscanf (subshell_response_buffer, "%d", &cursor_position) != 1)</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L735'>subshell_response_buffer</a> 735 src/subshell/common.c subshell_command = strchr (subshell_response_buffer, '\n');</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|