Searched refs:template_len (Results 1 – 1 of 1) sorted by relevance
7619 int template_len; in gui_mch_tearoff() local7667 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()