Home | History | Annotate | Download | only in linux

Lines Matching defs:prefix

496 /* The prefix codes */
558 unsigned char prefix = 0, scancode = 0;
567 * See if this is a prefix extending the following keycode
569 if (!prefix && ((b[0] & 0x7f) == KEY_Prefix0))
571 prefix = KEY_Prefix0;
576 else if (!prefix && ((b[0] & 0x7f) == KEY_Prefix1))
578 prefix = KEY_Prefix1;
585 switch (prefix) {
646 prefix = 0;
664 prefix = 0;
673 prefix = 0;