Lines Matching refs:pdlgtemplate
6874 WORD *p, *pdlgtemplate, *pnumitems; in gui_mch_dialog() local
6927 pdlgtemplate = p = (PWORD)LocalAlloc(LPTR, in gui_mch_dialog()
7325 (LPDLGTEMPLATE)pdlgtemplate, in gui_mch_dialog()
7329 LocalFree(LocalHandle(pdlgtemplate)); in gui_mch_dialog()
7618 WORD *p, *pdlgtemplate, *pnumitems, *ptrueheight; in gui_mch_tearoff() local
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()
7827 mch_memmove(newp, pdlgtemplate, in gui_mch_tearoff()
7828 (char *)p - (char *)pdlgtemplate); in gui_mch_tearoff()
7829 p = newp + (p - pdlgtemplate); in gui_mch_tearoff()
7830 pnumitems = newp + (pnumitems - pdlgtemplate); in gui_mch_tearoff()
7831 ptrueheight = newp + (ptrueheight - pdlgtemplate); in gui_mch_tearoff()
7832 LocalFree(LocalHandle(pdlgtemplate)); in gui_mch_tearoff()
7833 pdlgtemplate = newp; in gui_mch_tearoff()
7919 (LPDLGTEMPLATE)pdlgtemplate, in gui_mch_tearoff()
7924 LocalFree(LocalHandle(pdlgtemplate)); in gui_mch_tearoff()