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

/macosx-10.10.1/vim-55/src/
H A Dmessage.c3471 int lenhotkey = HOTK_LEN; /* count first button */ local
3519 lenhotkey += HOTK_LEN; /* each button needs a hotkey */
3574 lenhotkey++; /* for the NUL */
3591 hotk = alloc(lenhotkey);

Completed in 138 milliseconds