Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterminal.c82 LPPROC_THREAD_ATTRIBUTE_LIST lpAttributeList; member
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()
6783 if (term->tl_siex.lpAttributeList != NULL) in conpty_term_and_job_init()
6785 pDeleteProcThreadAttributeList(term->tl_siex.lpAttributeList); 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 …]