Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/
H A Dutil.c508 int key3; in on_key_esc() local
515 key3 = wgetch(win); in on_key_esc()
516 } while (key3 != ERR); in on_key_esc()