Searched refs:exstyle (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | windint.h | 395 rc_uint_type exstyle; member 423 bfd_byte exstyle[4]; member 451 bfd_byte exstyle[4]; member 638 rc_uint_type exstyle; member 660 bfd_byte exstyle[4]; member 672 bfd_byte exstyle[4]; member
|
D | rcparse.y | 160 %type <il> exstyle parennumber 352 id DIALOG memflags_move exstyle posnumexpr cnumexpr cnumexpr 361 dialog.exstyle = $4; 377 | id DIALOGEX memflags_move exstyle posnumexpr cnumexpr cnumexpr 386 dialog.exstyle = $4; 404 | id DIALOGEX memflags_move exstyle posnumexpr cnumexpr cnumexpr 413 dialog.exstyle = $4; 434 exstyle: 464 dialog.exstyle = $3;
|
D | resbin.c | 441 d->exstyle = windres_get_32 (wrbfd, data + 4, 4); in bin_to_res_dialog() 454 d->exstyle = windres_get_32 (wrbfd, data + 8, 4); in bin_to_res_dialog() 532 dc->exstyle = windres_get_32 (wrbfd, data + off + 4, 4); in bin_to_res_dialog() 541 dc->exstyle = windres_get_32 (wrbfd, data + off + 4, 4); in bin_to_res_dialog() 1476 windres_put_32 (wrbfd, bd.exstyle, dialog->exstyle); in res_to_bin_dialog() 1487 windres_put_32 (wrbfd, bdx.exstyle, dialog->exstyle); in res_to_bin_dialog() 1537 windres_put_32 (wrbfd, bdc.exstyle, dc->exstyle); in res_to_bin_dialog() 1550 windres_put_32 (wrbfd, bdc.exstyle, dc->exstyle); in res_to_bin_dialog()
|
D | resrc.c | 891 rc_uint_type exstyle) in define_control() argument 899 n->exstyle = exstyle; in define_control() 915 rc_uint_type exstyle, rc_uint_type help, in define_icon_control() argument 927 n = define_control (tid, id, x, y, 0, 0, cid, style, exstyle); in define_icon_control() 2538 if (dialog->exstyle != 0) in write_rc_dialog() 2539 fprintf (e, "EXSTYLE 0x%x\n", (unsigned int) dialog->exstyle); in write_rc_dialog() 2680 || control->exstyle != 0 in write_rc_dialog_control() 2693 if (control->exstyle != 0 || control->help != 0) in write_rc_dialog_control() 2694 fprintf (e, ", 0x%x, %u", (unsigned int) control->exstyle, in write_rc_dialog_control()
|