Searched refs:jo_eof_chars (Results 1 – 3 of 3) sorted by relevance
417 opt->jo_eof_chars = tv_get_string_buf_chk(item, in get_job_options()419 if (opt->jo_eof_chars == NULL) in get_job_options()
623 if (opt->jo_eof_chars != NULL) in term_start()624 term->tl_eof_chars = vim_strsave(opt->jo_eof_chars); in term_start()834 vim_free(opt.jo_eof_chars); in ex_terminal()840 opt.jo_eof_chars = vim_strsave(keys); in ex_terminal()932 vim_free(opt.jo_eof_chars); in ex_terminal()
2428 char_u *jo_eof_chars; member