Searched refs:WIN32_CHAR (Results 1 – 1 of 1) sorted by relevance
2891 typedef struct WIN32_CHAR { struct2892 struct WIN32_CHAR *wc_next; argument2894 } WIN32_CHAR; typedef2896 static WIN32_CHAR *win32_queue = NULL;2911 WIN32_CHAR *wch = (WIN32_CHAR *) ecalloc(1, sizeof(WIN32_CHAR)); in win32_enqueue()2918 WIN32_CHAR *pch; in win32_enqueue()2931 WIN32_CHAR *wch = (WIN32_CHAR *) ecalloc(1, sizeof(WIN32_CHAR)); in WIN32ungetch()2942 WIN32_CHAR *wch = win32_queue; in win32_get_queue()