Home
last modified time | relevance | path

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

/freebsd/stand/libofw/
H A Dofw_console.c82 static int saved_char = -1; variable
90 if (saved_char != -1) { in ofw_cons_getchar()
91 l = saved_char; in ofw_cons_getchar()
92 saved_char = -1; in ofw_cons_getchar()
111 if (saved_char != -1) in ofw_cons_poll()
115 saved_char = ch; in ofw_cons_poll()
/freebsd/crypto/openssl/apps/lib/
H A Dwin32_init.c61 WCHAR saved_char; in process_glob() local
86 saved_char = wstr[wlen]; in process_glob()
89 wstr[wlen] = saved_char; in process_glob()