Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Dui_getc.c275 static char last_getc_bytes[80]; variable
378 have_last_getc = (int) wcrtomb(last_getc_bytes, my_wchar, &state); in really_getch()
381 last_getc_bytes[0] = (char) my_wchar; in really_getch()
383 ch = (int) CharOf(last_getc_bytes[used_last_getc++]); in really_getch()
394 ch = (int) CharOf(last_getc_bytes[used_last_getc++]); in really_getch()