Home | History | Annotate | Download | only in pbsdboot

Lines Matching defs:dlg

49 	DLGTEMPLATE dlg;
63 dlg = *(DLGTEMPLATE*)mem;
68 ratio_x = (rect.right - rect.left) * 100 / dlg.cx;
69 ratio_y = (rect.bottom - rect.top) * 100 / dlg.cy;
77 debug_printf(TEXT("Dlg: menu=%04x\n"), *(WORD*)mem);
83 debug_printf(TEXT("Dlg: menu=none\n"));
86 debug_printf(TEXT("Dlg: menu=%s\n"), (TCHAR*)mem);
99 debug_printf(TEXT("Dlg: class=%04x\n"), *(WORD*)mem);
105 debug_printf(TEXT("Dlg: class=none\n"));
108 debug_printf(TEXT("Dlg: class=%s\n"), (TCHAR*)mem);
118 debug_printf(TEXT("Dlg: title=%s\n"), (TCHAR*)mem);
124 if (dlg.style & DS_SETFONT) {
126 debug_printf(TEXT("Dlg: font size=%d\n"), *(WORD*)mem);
129 debug_printf(TEXT("Dlg: font name=%s ("), (TCHAR*)mem);
141 for (i = 0; i < dlg.cdit; i++) {