Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Dui_getc.c276 static int have_last_getc; variable
295 have_last_getc = 0; in dlg_flush_getc()
361 if (used_last_getc >= have_last_getc) { in really_getch()
366 have_last_getc = 0; in really_getch()
378 have_last_getc = (int) wcrtomb(last_getc_bytes, my_wchar, &state); in really_getch()
379 if (have_last_getc < 0) { in really_getch()
380 have_last_getc = used_last_getc = 0; in really_getch()