Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dmisc2.pro35 char_u *get_key_name(int i);
/vim-8.2.3635/src/
H A Dmisc2.c1655 get_key_name(int i) in get_key_name() function
H A Doption.c6542 for (opt_idx = 0; (str = get_key_name(opt_idx)) != NULL; opt_idx++) in ExpandSettings()