Searched refs:WIN32_CHAR (Results 1 – 1 of 1) sorted by relevance
3139 typedef struct WIN32_CHAR { struct3140 struct WIN32_CHAR *wc_next; argument3142 } WIN32_CHAR; argument3144 static WIN32_CHAR *win32_queue = NULL;3159 WIN32_CHAR *wch = (WIN32_CHAR *) ecalloc(1, sizeof(WIN32_CHAR)); in win32_enqueue()3166 WIN32_CHAR *pch; in win32_enqueue()3179 WIN32_CHAR *wch = (WIN32_CHAR *) ecalloc(1, sizeof(WIN32_CHAR)); in WIN32ungetch()3190 WIN32_CHAR *wch = win32_queue; in win32_get_queue()