Searched refs:KEY_MIN (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/ncurses/ncurses/trace/
H A Dlib_tracechr.c56 if (ch > KEY_MIN || ch < 0) {
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_getch.c417 returnCode(*result >= KEY_MIN ? KEY_CODE_YES : OK);
458 returnCode(*result >= KEY_MIN ? KEY_CODE_YES : OK);
566 returnCode(*result >= KEY_MIN ? KEY_CODE_YES : OK);
593 if (backup < KEY_MIN)
609 if ((ch < KEY_MIN) && (ch & 0x80))
615 returnCode(ch >= KEY_MIN ? KEY_CODE_YES : OK);
679 if (cooked_key_in_fifo() && sp->_fifo[head] >= KEY_MIN) {
696 if (ch >= KEY_MIN) {
H A Dlib_getstr.c144 } else if (ch >= KEY_MIN
/freebsd-11-stable/contrib/dialog/
H A Ddlg_keys.h49 #define DLG_KEYS_DATA(dialog, curses) { (curses) >= KEY_MIN, curses, dialog }
H A Ddlg_keys.c126 if (curses_key >= KEY_MIN)
652 is_function = (curses_key >= KEY_MIN);
682 if (curses_key > KEY_MIN) {
H A Ddialog.h74 #ifndef KEY_MIN
76 #define KEY_MIN __KEY_MIN macro
H A Dui_getc.c383 *fkey = (ch > KEY_MIN && ch < KEY_MAX);
H A Dcalendar.c563 if (fkey && (key >= DLGK_MOUSE(KEY_MIN) && key <= DLGK_MOUSE(KEY_MAX))) {
H A Dchecklist.c390 } else if (was_mouse && key >= KEY_MIN) {
H A Deditbox.c529 } else if (was_mouse && key >= KEY_MIN) {
H A Dtreeview.c381 } else if (was_mouse && key >= KEY_MIN) {
H A Dbuildlist.c704 } else if (key >= KEY_MIN) {
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_get_wstr.c132 if (ch < KEY_MIN) {

Completed in 106 milliseconds