Searched refs:conpty_entry (Results 1 – 1 of 1) sorted by relevance
6531 } conpty_entry[] = in dyn_conpty_init() local6557 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()