Home
last modified time | relevance | path

Searched refs:out_name (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_channel.vim684 \ {'out_io': 'file', 'out_name': 'Xoutput'})
717 \ {'out_io': 'file', 'out_name': 'Xoutput', 'err_io': 'out'})
742 let options['out_name'] = 'pipe-output'
803 let options['out_name'] = 'buffer-output'
884 \ {'out_io': 'buffer', 'out_name': 'pipe-err', 'err_io': 'out'})
941 let options = {'out_io': 'buffer', 'out_name': 'sortout'}
1045 \ 'out_io': 'buffer', 'out_name': 'pipe-output',
1076 \ 'out_io': 'buffer', 'out_name': 'pipe-io',
1110 call job_start(cmd, #{out_io: 'buffer', out_name: 'Xscrollbuffer'})
1168 let options = {'out_mode': 'raw', 'out_io': 'buffer', 'out_name': 'testout'}
[all …]
H A Dtest_prompt_buffer.vim212 \ done'], #{out_io: 'buffer', out_name: ''})
H A Dtest_terminal2.vim204 let buf = term_start(['./Xechoerrout.sh'], {'out_io': 'file', 'out_name': outfile})
H A Dtest_terminal.vim865 \ "out_name": "xxx",
880 let buf = term_start(cmd, {'out_io': 'file', 'out_name': 'Xfile'})
/vim-8.2.3635/runtime/doc/
H A Dchannel.txt778 \ {'out_io': 'buffer', 'out_name': 'dummy'})
1135 *job-out_io* *out_name* *out_buf*
1140 "out_name": "/path/file" the name of the file or buffer to write to
1181 The name of the buffer from "out_name" or "err_name" is compared the full name
H A Dterminal.txt864 "out_io", "out_name", "out_buf", "out_modifiable", "out_msg"
H A Dtags8458 out_name channel.txt /*out_name*
/vim-8.2.3635/src/
H A Dterminal.c7200 char in_name[80], out_name[80]; in create_pty_only() local
7216 vim_snprintf(out_name, sizeof(out_name), "\\\\.\\pipe\\vim-%d-out-%d", in create_pty_only()
7219 hPipeOut = CreateNamedPipe(out_name, PIPE_ACCESS_INBOUND, in create_pty_only()
7250 term->tl_job->jv_tty_out = vim_strsave((char_u*)out_name); in create_pty_only()