Lines Matching defs:modifiers
269 * Default terminfo(5) keys. Any keys that have builtin modifiers (that is,
270 * where the key itself contains the modifiers) has the KEYC_XTERM flag set so
1018 u_int number, modifiers;
1058 if (sscanf(tmp, "27;%u;%u", &modifiers, &number) != 2)
1061 if (sscanf(tmp ,"%u;%u", &number, &modifiers) != 2)
1082 /* Update the modifiers. */
1083 if (modifiers > 0) {
1084 modifiers--;
1085 if (modifiers & 1)
1087 if (modifiers & 2)
1089 if (modifiers & 4)
1091 if (modifiers & 8)