Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dscreen.c3139 typedef struct WIN32_CHAR { struct
3140 struct WIN32_CHAR *wc_next; argument
3142 } WIN32_CHAR; argument
3144 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()