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

29 lines
3.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>pty_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#L193'>pty_buffer</a> 193 src/subshell/common.c static char pty_buffer[PTY_BUFFER_SIZE] = "\0";</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L948'>pty_buffer</a> 948 src/subshell/common.c read_nonblock (mc_global.tty.subshell_pty, pty_buffer, sizeof (pty_buffer));</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L973'>pty_buffer</a> 973 src/subshell/common.c write_all (STDOUT_FILENO, pty_buffer, (size_t) bytes);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L976'>pty_buffer</a> 976 src/subshell/common.c parse_subshell_prompt_string (pty_buffer, (size_t) bytes);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1022'>pty_buffer</a> 1022 src/subshell/common.c const ssize_t bytes = read (STDIN_FILENO, pty_buffer, sizeof (pty_buffer));</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1036'>pty_buffer</a> 1036 src/subshell/common.c if (peek_subshell_switch_key (pty_buffer + i, ubytes - i))</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1038'>pty_buffer</a> 1038 src/subshell/common.c write_all (mc_global.tty.subshell_pty, pty_buffer, i);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1065'>pty_buffer</a> 1065 src/subshell/common.c write_all (mc_global.tty.subshell_pty, pty_buffer, ubytes);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1067'>pty_buffer</a> 1067 src/subshell/common.c if (pty_buffer[ubytes - 1] == '\n' || pty_buffer[ubytes - 1] == '\r')</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1975'>pty_buffer</a> 1975 src/subshell/common.c read_nonblock (mc_global.tty.subshell_pty, pty_buffer, sizeof (pty_buffer));</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1979'>pty_buffer</a> 1979 src/subshell/common.c write_all (STDOUT_FILENO, pty_buffer, (size_t) bytes);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L2020'>pty_buffer</a> 2020 src/subshell/common.c bytes = read_nonblock (mc_global.tty.subshell_pty, pty_buffer, sizeof (pty_buffer));</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L2024'>pty_buffer</a> 2024 src/subshell/common.c parse_subshell_prompt_string (pty_buffer, bytes);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L2084'>pty_buffer</a> 2084 src/subshell/common.c pty_buffer[0] = '\0';</span>
</pre>
</body>
</html>