Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dscreen.c2928 static WIN32_CHAR *win32_queue = NULL; variable
2935 return (win32_queue != NULL); in win32_queued_char()
2946 if (win32_queue == NULL) in win32_enqueue()
2947 win32_queue = wch; in win32_enqueue()
2951 for (pch = win32_queue; pch->wc_next != NULL; pch = pch->wc_next) in win32_enqueue()
2965 wch->wc_next = win32_queue; in WIN32ungetch()
2966 win32_queue = wch; in WIN32ungetch()
2974 WIN32_CHAR *wch = win32_queue; in win32_get_queue()
2976 win32_queue = wch->wc_next; in win32_get_queue()