Searched refs:out_name (Results 1 – 8 of 8) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_channel.vim | 684 \ {'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 D | test_prompt_buffer.vim | 212 \ done'], #{out_io: 'buffer', out_name: ''})
|
| H A D | test_terminal2.vim | 204 let buf = term_start(['./Xechoerrout.sh'], {'out_io': 'file', 'out_name': outfile})
|
| H A D | test_terminal.vim | 865 \ "out_name": "xxx", 880 let buf = term_start(cmd, {'out_io': 'file', 'out_name': 'Xfile'})
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | channel.txt | 778 \ {'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 D | terminal.txt | 864 "out_io", "out_name", "out_buf", "out_modifiable", "out_msg"
|
| H A D | tags | 8458 out_name channel.txt /*out_name*
|
| /vim-8.2.3635/src/ |
| H A D | terminal.c | 7200 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()
|