pty_buffer 189 src/subshell/common.c static char pty_buffer[PTY_BUFFER_SIZE] = "\0"; pty_buffer 809 src/subshell/common.c bytes = read (mc_global.tty.subshell_pty, pty_buffer, sizeof (pty_buffer)); pty_buffer 828 src/subshell/common.c write_all (STDOUT_FILENO, pty_buffer, bytes); pty_buffer 831 src/subshell/common.c parse_subshell_prompt_string (pty_buffer, bytes); pty_buffer 864 src/subshell/common.c bytes = read (STDIN_FILENO, pty_buffer, sizeof (pty_buffer)); pty_buffer 874 src/subshell/common.c if (pty_buffer[i] == subshell_switch_key || pty_buffer 876 src/subshell/common.c memcmp (&pty_buffer[i], subshell_switch_key_csi_u, pty_buffer 879 src/subshell/common.c write_all (mc_global.tty.subshell_pty, pty_buffer, i); pty_buffer 905 src/subshell/common.c write_all (mc_global.tty.subshell_pty, pty_buffer, bytes); pty_buffer 907 src/subshell/common.c if (pty_buffer[bytes - 1] == '\n' || pty_buffer[bytes - 1] == '\r') pty_buffer 1588 src/subshell/common.c bytes = read (mc_global.tty.subshell_pty, pty_buffer, sizeof (pty_buffer)); pty_buffer 1590 src/subshell/common.c write_all (STDOUT_FILENO, pty_buffer, bytes); pty_buffer 1628 src/subshell/common.c bytes = read (mc_global.tty.subshell_pty, pty_buffer, sizeof (pty_buffer)); pty_buffer 1630 src/subshell/common.c parse_subshell_prompt_string (pty_buffer, bytes); pty_buffer 1690 src/subshell/common.c pty_buffer[0] = '\0';