Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_win32.c4374 SECURITY_ATTRIBUTES saAttr; in mch_system_piped() local
4377 saAttr.nLength = sizeof(SECURITY_ATTRIBUTES); in mch_system_piped()
4378 saAttr.bInheritHandle = TRUE; in mch_system_piped()
4379 saAttr.lpSecurityDescriptor = NULL; in mch_system_piped()
5271 SECURITY_ATTRIBUTES saAttr; in mch_job_start() local
5313 saAttr.nLength = sizeof(SECURITY_ATTRIBUTES); in mch_job_start()
5314 saAttr.bInheritHandle = TRUE; in mch_job_start()
5315 saAttr.lpSecurityDescriptor = NULL; in mch_job_start()
5323 &saAttr, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL); in mch_job_start()
5349 (!CreatePipe(&ofd[0], &ofd[1], &saAttr, 0) in mch_job_start()
[all …]