Searched refs:extract_modifiers (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | misc2.pro | 32 int extract_modifiers(int key, int *modp, int simplify, int *did_simplify);
|
| /vim-8.2.3635/src/ |
| H A D | misc2.c | 1465 key = extract_modifiers(key, &modifiers, in find_special_key() 1538 extract_modifiers(int key, int *modp, int simplify, int *did_simplify) in extract_modifiers() function
|
| H A D | gui_w32.c | 848 ch = extract_modifiers(ch, &modifiers, FALSE, NULL); in _OnSysChar()
|