Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_getch.c467 returnCode(*result >= KEY_MIN ? KEY_CODE_YES : OK); in _nc_wgetch()
508 returnCode(*result >= KEY_MIN ? KEY_CODE_YES : OK); in _nc_wgetch()
616 returnCode(*result >= KEY_MIN ? KEY_CODE_YES : OK); in _nc_wgetch()
643 if (backup < KEY_MIN) in _nc_wgetch()
659 if ((ch < KEY_MIN) && (ch & 0x80)) in _nc_wgetch()
665 returnCode(ch >= KEY_MIN ? KEY_CODE_YES : OK); in _nc_wgetch()
729 if (cooked_key_in_fifo() && sp->_fifo[head] >= KEY_MIN) { in kgetch()
746 if (ch >= KEY_MIN) { in kgetch()
H A Dlib_getstr.c145 } else if (ch >= KEY_MIN in wgetnstr_events()
/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_tracechr.c57 if ((ch > KEY_MIN && !_nc_unicode_locale()) || ch < 0) { in NCURSES_EXPORT()
/freebsd/contrib/dialog/
H A Ddlg_keys.h49 #define DLG_KEYS_DATA(dialog, curses) { (curses) >= KEY_MIN, curses, dialog }
H A Ddlg_keys.c137 if (curses_key >= KEY_MIN) in dlg_register_buttons()
810 is_function = (curses_key >= KEY_MIN); in dlg_parse_bindkey()
840 if (curses_key > KEY_MIN) { in dump_curses_key()
H A Ddialog.h74 #ifndef KEY_MIN
76 #define KEY_MIN __KEY_MIN macro
H A Dui_getc.c399 *fkey = (ch > KEY_MIN && ch < KEY_MAX); in really_getch()
H A Deditbox.c557 } else if (was_mouse && key >= KEY_MIN) { in dlg_editbox()
H A Dchecklist.c410 } else if (was_mouse && key >= KEY_MIN) { in dlg_checklist()
H A Dtreeview.c387 } else if (was_mouse && key >= KEY_MIN) { in dlg_treeview()
H A Dcalendar.c887 if (fkey && (key >= DLGK_MOUSE(KEY_MIN) && key <= DLGK_MOUSE(KEY_MAX))) { in dialog_calendar()
H A Dbuildlist.c809 } else if (key >= KEY_MIN) { in dlg_buildlist()
/freebsd/contrib/ncurses/ncurses/widechar/
H A Dlib_get_wstr.c132 if (ch != 0 && ch < KEY_MIN) { in wgetn_wstr()
/freebsd/contrib/ncurses/ncurses/
H A DREADME.IZ81 the same (see "if (ch >= KEY_MIN)" branch of kgetch()). However,
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in1532 #define KEY_MIN 0401 /* Minimum curses key */ macro