Home
last modified time | relevance | path

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

/scripts/kconfig/lxdialog/
Dutil.c524 int key3; in on_key_esc() local
531 key3 = wgetch(win); in on_key_esc()
532 } while (key3 != ERR); in on_key_esc()