Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c7619 int template_len; in gui_mch_tearoff() local
7667 template_len = DLG_ALLOC_SIZE; in gui_mch_tearoff()
7668 pdlgtemplate = p = (WORD *)LocalAlloc(LPTR, template_len); in gui_mch_tearoff()
7819 if (((char *)p - (char *)pdlgtemplate) + 1000 > template_len) in gui_mch_tearoff()
7823 newp = (WORD *)LocalAlloc(LPTR, template_len + 4096); in gui_mch_tearoff()
7826 template_len += 4096; in gui_mch_tearoff()