Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterminal.c6531 } conpty_entry[] = in dyn_conpty_init() local
6557 for (i = 0; conpty_entry[i].name != NULL in dyn_conpty_init()
6558 && conpty_entry[i].ptr != NULL; ++i) in dyn_conpty_init()
6560 if ((*conpty_entry[i].ptr = (FARPROC)GetProcAddress(hKerneldll, in dyn_conpty_init()
6561 conpty_entry[i].name)) == NULL) in dyn_conpty_init()
6564 semsg(_(e_loadfunc), conpty_entry[i].name); in dyn_conpty_init()