Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterminal.c6583 WCHAR *cwd_wchar = NULL; in conpty_term_and_job_init() local
6634 cwd_wchar = enc_to_utf16(opt->jo_cwd, NULL); in conpty_term_and_job_init()
6693 env_wchar, cwd_wchar, in conpty_term_and_job_init()
6727 vim_free(cwd_wchar); in conpty_term_and_job_init()
6771 vim_free(cwd_wchar); in conpty_term_and_job_init()
6934 WCHAR *cwd_wchar = NULL; in winpty_term_and_job_init() local
6973 cwd_wchar = enc_to_utf16(opt->jo_cwd, NULL); in winpty_term_and_job_init()
6995 cwd_wchar, in winpty_term_and_job_init()
7058 vim_free(cwd_wchar); in winpty_term_and_job_init()
7106 vim_free(cwd_wchar); in winpty_term_and_job_init()