Searched refs:lpAttributeList (Results 1 – 1 of 1) sorted by relevance
82 LPPROC_THREAD_ATTRIBUTE_LIST lpAttributeList; member6655 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 …]