Home
last modified time | relevance | path

Searched refs:jo_eof_chars (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Djob.c417 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()
H A Dterminal.c623 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()
H A Dstructs.h2428 char_u *jo_eof_chars; member