Searched refs:kmap (Results 1 – 4 of 4) sorted by relevance
10 " Kana.kmap (Japanese Phonograms)17 " This version of Kana.kmap is different from the one that has been used18 " with yudit-2.7.2 or earlier. The main difference is that this kmap is43 " the authorized transliteration. This kmap contains some of them for46 " 3. For the unicode mapping relevant to this kmap, refer to 3075--30F5 of
8 " The monotonic part of this kmap was made by Constantine Stathopoulos
14 void keymap_clear(garray_T *kmap);
2725 keymap_clear(garray_T *kmap) in keymap_clear() argument2728 kmap_T *kp = (kmap_T *)kmap->ga_data; in keymap_clear()2730 for (i = 0; i < kmap->ga_len; ++i) in keymap_clear()