Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterminal.c6651 term->tl_siex.StartupInfo.cb = sizeof(term->tl_siex); in conpty_term_and_job_init()
6655 term->tl_siex.lpAttributeList = alloc(breq); in conpty_term_and_job_init()
6656 if (!term->tl_siex.lpAttributeList) in conpty_term_and_job_init()
6662 term->tl_siex.lpAttributeList, 0, in conpty_term_and_job_init()
6694 &term->tl_siex.StartupInfo, &proc_info)) in conpty_term_and_job_init()
6783 if (term->tl_siex.lpAttributeList != NULL) in conpty_term_and_job_init()
6786 vim_free(term->tl_siex.lpAttributeList); in conpty_term_and_job_init()
6788 term->tl_siex.lpAttributeList = NULL; in conpty_term_and_job_init()
6816 if (term->tl_siex.lpAttributeList != NULL) in term_free_conpty()
6819 vim_free(term->tl_siex.lpAttributeList); in term_free_conpty()
[all …]