Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/less/
HDscreen.c2891 typedef struct WIN32_CHAR { struct
2892 struct WIN32_CHAR *wc_next; argument
2894 } WIN32_CHAR; typedef
2896 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()