Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmessage.c3912 int lenhotkey = HOTK_LEN; // count first button in msg_show_console_dialog() local
3958 lenhotkey += HOTK_LEN; // each button needs a hotkey in msg_show_console_dialog()
4013 lenhotkey++; // for the NUL in msg_show_console_dialog()
4030 hotk = alloc(lenhotkey); in msg_show_console_dialog()