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

  /src/sys/dev/wscons/
wsemul_vt100_keys.c 91 if (KS_GROUP(in) == KS_GROUP_Plain) {
wsemul_dumb.c 210 if (KS_GROUP(in) == KS_GROUP_Plain) {
wsksymdef.h 617 #define KS_GROUP_Plain 0xf802U /* not encoded in keysym */
626 KS_GROUP_Plain)))
wskbd.c 768 /* this is KS_GROUP_Plain */
1390 if (KS_GROUP(ks) == KS_GROUP_Plain)
1815 case KS_GROUP_Plain:
1856 if (KS_GROUP(res) == KS_GROUP_Plain) {
wsemul_sun.c 549 if (KS_GROUP(in) == KS_GROUP_Plain) {
wskbdutil.c 367 if (KS_GROUP(ksym) == KS_GROUP_Plain && ksym <= 0xff &&
wsdisplay.c 1851 if (KS_GROUP(ks) == KS_GROUP_Plain && KS_VALUE(ks) <= 0x7f)
  /src/sbin/wsconsctl/
keysym.c 183 if (KS_GROUP(ksym) == KS_GROUP_Plain && ksym <= 0xff &&

Completed in 17 milliseconds