pty_buffer 189 src/subshell/common.c static char pty_buffer[PTY_BUFFER_SIZE] = "\0"; pty_buffer 851 src/subshell/common.c bytes = read (mc_global.tty.subshell_pty, pty_buffer, sizeof (pty_buffer)); pty_buffer 870 src/subshell/common.c write_all (STDOUT_FILENO, pty_buffer, bytes); pty_buffer 873 src/subshell/common.c parse_subshell_prompt_string (pty_buffer, bytes); pty_buffer 906 src/subshell/common.c bytes = read (STDIN_FILENO, pty_buffer, sizeof (pty_buffer)); pty_buffer 916 src/subshell/common.c if (pty_buffer[i] == subshell_switch_key || pty_buffer 918 src/subshell/common.c memcmp (&pty_buffer[i], subshell_switch_key_csi_u, pty_buffer 921 src/subshell/common.c write_all (mc_global.tty.subshell_pty, pty_buffer, i); pty_buffer 947 src/subshell/common.c write_all (mc_global.tty.subshell_pty, pty_buffer, bytes); pty_buffer 949 src/subshell/common.c if (pty_buffer[bytes - 1] == '\n' || pty_buffer[bytes - 1] == '\r') pty_buffer 1781 src/subshell/common.c bytes = read (mc_global.tty.subshell_pty, pty_buffer, sizeof (pty_buffer)); pty_buffer 1783 src/subshell/common.c write_all (STDOUT_FILENO, pty_buffer, bytes); pty_buffer 1821 src/subshell/common.c bytes = read (mc_global.tty.subshell_pty, pty_buffer, sizeof (pty_buffer)); pty_buffer 1823 src/subshell/common.c parse_subshell_prompt_string (pty_buffer, bytes); pty_buffer 1883 src/subshell/common.c pty_buffer[0] = '\0';