Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gdb/dist/binutils/
H A Drcparse.y472 dialog.style |= DS_SETFONT;
473 style |= DS_SETFONT;
485 dialog.style |= DS_SETFONT;
486 style |= DS_SETFONT;
500 dialog.style |= DS_SETFONT;
501 style |= DS_SETFONT;
515 dialog.style |= DS_SETFONT;
516 style |= DS_SETFONT;
H A Dwindint.h623 #define DS_SETFONT 0x40L macro
H A Dresbin.c481 if ((d->style & DS_SETFONT) == 0) in bin_to_res_dialog()
1508 if ((dialog->style & DS_SETFONT) != 0) in res_to_bin_dialog()
H A DChangeLog-9197250 (styles): If FONT is seen, set DS_SETFONT in dialog style.
/netbsd/external/gpl3/binutils/dist/binutils/
H A Drcparse.y472 dialog.style |= DS_SETFONT;
473 style |= DS_SETFONT;
485 dialog.style |= DS_SETFONT;
486 style |= DS_SETFONT;
500 dialog.style |= DS_SETFONT;
501 style |= DS_SETFONT;
515 dialog.style |= DS_SETFONT;
516 style |= DS_SETFONT;
H A Drcparse.c2436 dialog.style |= DS_SETFONT; in yyparse()
2437 style |= DS_SETFONT; in yyparse()
2453 dialog.style |= DS_SETFONT; in yyparse()
2454 style |= DS_SETFONT; in yyparse()
2472 dialog.style |= DS_SETFONT; in yyparse()
2473 style |= DS_SETFONT; in yyparse()
2491 dialog.style |= DS_SETFONT; in yyparse()
2492 style |= DS_SETFONT; in yyparse()
H A Dwindint.h623 #define DS_SETFONT 0x40L macro
H A Dresbin.c481 if ((d->style & DS_SETFONT) == 0) in bin_to_res_dialog()
1509 if ((dialog->style & DS_SETFONT) != 0) in res_to_bin_dialog()
H A DChangeLog-9197250 (styles): If FONT is seen, set DS_SETFONT in dialog style.
/netbsd/external/gpl3/binutils.old/dist/binutils/
H A Drcparse.y472 dialog.style |= DS_SETFONT;
473 style |= DS_SETFONT;
485 dialog.style |= DS_SETFONT;
486 style |= DS_SETFONT;
500 dialog.style |= DS_SETFONT;
501 style |= DS_SETFONT;
515 dialog.style |= DS_SETFONT;
516 style |= DS_SETFONT;
H A Drcparse.c2325 dialog.style |= DS_SETFONT; in yyparse()
2326 style |= DS_SETFONT; in yyparse()
2342 dialog.style |= DS_SETFONT; in yyparse()
2343 style |= DS_SETFONT; in yyparse()
2361 dialog.style |= DS_SETFONT; in yyparse()
2362 style |= DS_SETFONT; in yyparse()
2380 dialog.style |= DS_SETFONT; in yyparse()
2381 style |= DS_SETFONT; in yyparse()
H A Dwindint.h623 #define DS_SETFONT 0x40L macro
H A Dresbin.c481 if ((d->style & DS_SETFONT) == 0) in bin_to_res_dialog()
1508 if ((dialog->style & DS_SETFONT) != 0) in res_to_bin_dialog()
H A DChangeLog-9197250 (styles): If FONT is seen, set DS_SETFONT in dialog style.
/netbsd/external/gpl3/gdb.old/dist/binutils/
H A Drcparse.y472 dialog.style |= DS_SETFONT;
473 style |= DS_SETFONT;
485 dialog.style |= DS_SETFONT;
486 style |= DS_SETFONT;
500 dialog.style |= DS_SETFONT;
501 style |= DS_SETFONT;
515 dialog.style |= DS_SETFONT;
516 style |= DS_SETFONT;
H A Dwindint.h623 #define DS_SETFONT 0x40L macro
H A Dresbin.c481 if ((d->style & DS_SETFONT) == 0) in bin_to_res_dialog()
1508 if ((dialog->style & DS_SETFONT) != 0) in res_to_bin_dialog()
H A DChangeLog-9197250 (styles): If FONT is seen, set DS_SETFONT in dialog style.
/netbsd/external/mpl/bind/dist/bin/win32/BINDInstall/
H A DBINDInstall.rc77 STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
115 STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
127 STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
/netbsd/sys/arch/hpcmips/stand/pbsdboot/
H A Dlayout.c124 if (dlg.style & DS_SETFONT) { in CreateMainWindow()