HomeSort by: relevance | last modified time | path
    Searched refs:KS_GROUP (Results 1 - 9 of 9) sorted by relevancy

  /src/sbin/wsconsctl/
map_scan.l 85 if (KS_GROUP(i) == KS_GROUP_Command ||
keysym.c 183 if (KS_GROUP(ksym) == KS_GROUP_Plain && ksym <= 0xff &&
  /src/sys/dev/wscons/
wsemul_vt100_keys.c 91 if (KS_GROUP(in) == KS_GROUP_Plain) {
wskbdutil.c 367 if (KS_GROUP(ksym) == KS_GROUP_Plain && ksym <= 0xff &&
444 if (KS_GROUP(*kp) == KS_GROUP_Keycode &&
448 if (KS_GROUP(*kp) == KS_GROUP_Command ||
453 if (KS_GROUP(kp[l]) == KS_GROUP_Keycode)
520 if (KS_GROUP(*kp) == KS_GROUP_Keycode && KS_VALUE(*kp) > i)
529 if (KS_GROUP(*kp) != KS_GROUP_Keycode)
536 if (KS_GROUP(*kp) == KS_GROUP_Command ||
543 if (KS_GROUP(kp[i]) == KS_GROUP_Keycode)
wsemul_dumb.c 210 if (KS_GROUP(in) == KS_GROUP_Plain) {
wsemul_sun.c 549 if (KS_GROUP(in) == KS_GROUP_Plain) {
556 if (KS_GROUP(in) == KS_GROUP_Keypad && (in & 0x80) == 0) {
wskbd.c 1390 if (KS_GROUP(ks) == KS_GROUP_Plain)
1788 KS_GROUP(group[1]) == KS_GROUP_Keypad) {
1814 switch (KS_GROUP(ksym)) {
1856 if (KS_GROUP(res) == KS_GROUP_Plain) {
wsksymdef.h 623 #define KS_GROUP(k) ((k) >= 0x0300 && (k) < 0x0370 ? KS_GROUP_Dead : \
wsdisplay.c 1851 if (KS_GROUP(ks) == KS_GROUP_Plain && KS_VALUE(ks) <= 0x7f)

Completed in 20 milliseconds