Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c6874 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()
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()
7832 LocalFree(LocalHandle(pdlgtemplate)); in gui_mch_tearoff()
7833 pdlgtemplate = newp; in gui_mch_tearoff()
7919 (LPDLGTEMPLATE)pdlgtemplate, in gui_mch_tearoff()
[all …]