Home
last modified time | relevance | path

Searched refs:pnumitems (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
7154 pnumitems = p; //save where the number of items must be stored in gui_mch_dialog()
7270 *pnumitems += numButtons; in gui_mch_dialog()
7298 *pnumitems += 1; in gui_mch_dialog()
7301 *pnumitems += 2; in gui_mch_dialog()
7618 WORD *p, *pdlgtemplate, *pnumitems, *ptrueheight; in gui_mch_tearoff() local
7754 pnumitems = p; // save where the number of items must be stored in gui_mch_tearoff()
7830 pnumitems = newp + (pnumitems - pdlgtemplate); in gui_mch_tearoff()
7905 (WORD)(sepPadding + 1 + 13 * (*pnumitems)), in gui_mch_tearoff()
7910 (*pnumitems)++; in gui_mch_tearoff()
[all …]