Home
last modified time | relevance | path

Searched refs:maphash (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dmap.c24 static mapblock_T *(maphash[256]); variable
68 CLEAR_FIELD(maphash); in validate_maphash()
362 map_table = maphash; in do_map()
597 mp = maphash[hash]; in do_map()
961 mpp = &maphash[hash]; in map_clear_int()
987 maphash[new_hash] = mp; in map_clear_int()
1074 mp = maphash[hash]; in map_to_exists_mode()
1319 mp = maphash[hash]; in ExpandMappings()
1756 mp = maphash[hash]; in makemap()
2076 mp = maphash[hash]; in check_map_keycodes()
[all …]
/vim-8.2.3635/runtime/syntax/
H A Dlisp.vim272 syn keyword lispFunc copy-structure maphash string-trim
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt4499 - Further improve finding mappings in maphash[] in vgetorpeek()