Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dscreen.c2924 struct WIN32_CHAR *wc_next; member
2945 wch->wc_next = NULL; in win32_enqueue()
2951 for (pch = win32_queue; pch->wc_next != NULL; pch = pch->wc_next) in win32_enqueue()
2953 pch->wc_next = wch; in win32_enqueue()
2965 wch->wc_next = win32_queue; in WIN32ungetch()
2976 win32_queue = wch->wc_next; in win32_get_queue()