Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c7634 int acLen = 0; in gui_mch_tearoff() local
7847 acLen = (int)STRLEN(menu->actext); in gui_mch_tearoff()
7848 len += acLen; in gui_mch_tearoff()
7849 textWidth = GetTextWidthEnc(hdc, menu->actext, acLen); in gui_mch_tearoff()
7881 STRNCPY(text, menu->actext, acLen); in gui_mch_tearoff()
7882 text += acLen; in gui_mch_tearoff()
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt11755 Solution: Initialize "acLen" to zero. (Bill McCarthy)