Searched refs:dlg_getc (Results 1 – 9 of 9) sorted by relevance
35 key = dlg_getc(win, fkey); in mouse_wgetch()
424 ch = dlg_getc(obj->obj.win, &fkey); in dialog_gauge()
443 dlg_getc(WINDOW *win, int *fkey) in dlg_getc() function
48 subwindows, to fix regression in dlg_getc() in fselect/dselect60 + fix regression in dlg_getc() caused by not taking into account71 + amend initialization for dlg_getc to fix regression in pause widget264 + modify dlg_getc() to return ESC when a timeout expires, notifying688 + add check in dlg_getc() in case its window is freed as a side effect794 + fix a regression in dlg_getc() introduced by changes to intercept1021 + modify check in dlg_getc() to treat closure of either stdin or stdout1065 rather than on errors forwarded from dlg_getc(), in case those are1133 in dlg_getc() (Debian #423732).1137 dlg_getc() now retries on ERR (Debian #423732, cf: 2007/02/27).[all …]
795 extern int dlg_getc(WINDOW * /*win*/, int * /*fkey*/);
555 key = dlg_getc(widget, &fkey); in get_search_term()
142 dlg_getc
90 dlg_getc;
316 * fix a regression in dlg_getc() from 20110630 changes.