Home
last modified time | relevance | path

Searched refs:winpty_err (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dterminal.c6942 void *winpty_err = NULL; in winpty_term_and_job_init() local
6978 term->tl_winpty_config = winpty_config_new(0, &winpty_err); in winpty_term_and_job_init()
6986 term->tl_winpty = winpty_open(term->tl_winpty_config, &winpty_err); in winpty_term_and_job_init()
6997 &winpty_err); in winpty_term_and_job_init()
7025 &child_thread_handle, &error, &winpty_err)) in winpty_term_and_job_init()
7125 if (winpty_err != NULL) in winpty_term_and_job_init()
7128 (short_u *)winpty_error_msg(winpty_err), NULL); in winpty_term_and_job_init()
7131 winpty_error_free(winpty_err); in winpty_term_and_job_init()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt23307 Solution: Initialize winpty_err.