Lines Matching refs:PART_IN
732 channel_set_nonblock(term->tl_job->jv_channel, PART_IN); in term_start()
888 opt.jo_io[PART_IN] = JIO_BUFFER; in ex_terminal()
889 opt.jo_io_buf[PART_IN] = curbuf->b_fnum; in ex_terminal()
1115 ch_part_T parts[3] = {PART_IN, PART_OUT, PART_ERR}; in get_tty_part()
1126 return PART_IN; in get_tty_part()
2296 channel_send(curbuf->b_term->tl_job->jv_channel, PART_IN, in term_paste_register()
2304 channel_send(curbuf->b_term->tl_job->jv_channel, PART_IN, in term_paste_register()
6476 channel_send(ch, PART_IN, term->tl_eof_chars, in term_send_eof()
6478 channel_send(ch, PART_IN, (char_u *)"\r", 1, NULL); in term_send_eof()
6483 channel_send(ch, PART_IN, (char_u *)"\004\r", 2, NULL); in term_send_eof()
6688 job->jv_in_buf = buflist_findnr(opt->jo_io_buf[PART_IN]); in conpty_term_and_job_init()
7022 job->jv_in_buf = buflist_findnr(opt->jo_io_buf[PART_IN]); in winpty_term_and_job_init()