Lines Matching refs:pnumitems
6874 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()
7913 *ptrueheight = (WORD)(sepPadding + 1 + 13 * (*pnumitems)); in gui_mch_tearoff()