Lines Matching refs:lpAttributeList
82 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()
6658 if (!pInitializeProcThreadAttributeList(term->tl_siex.lpAttributeList, 1, 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()
6818 pDeleteProcThreadAttributeList(term->tl_siex.lpAttributeList); in term_free_conpty()
6819 vim_free(term->tl_siex.lpAttributeList); in term_free_conpty()
6821 term->tl_siex.lpAttributeList = NULL; in term_free_conpty()