Searched refs:out_buf (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | term.c | 2550 static char_u out_buf[OUT_SIZE + 1]; variable 2571 ui_write(out_buf, len, FALSE); in out_flush() 2575 out_buf[len] = NUL; in out_flush() 2581 out_buf); in out_flush() 2646 out_buf[out_pos++] = c; in out_char() 2659 out_buf[out_pos++] = (unsigned)c; in out_char_nf()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_channel.vim | 751 let options['out_buf'] = bufnr('%') 1678 \ {'out_io' : 'buffer', 'out_buf' : 99999})", 'E86:') 1685 \ {'out_io' : 'buffer', 'out_buf' : -1})", 'E475:') 1691 \ {'out_io' : 'buffer', 'out_buf' :" .. bufnr() .. "})", 'E21:') 2265 \ {'out_buf' : 1}, 2316 …let job = job_start(['cmd', '/c', 'echo', 'Hello', 'World'], {'out_io' : 'buffer', 'out_buf' : bnu…
|
| H A D | test_terminal.vim | 870 \ "out_buf": bufnr("%")
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | channel.txt | 1135 *job-out_io* *out_name* *out_buf* 1141 "out_buf": number the number of the buffer to write to
|
| H A D | terminal.txt | 864 "out_io", "out_name", "out_buf", "out_modifiable", "out_msg"
|
| H A D | tags | 8452 out_buf channel.txt /*out_buf*
|