Searched refs:popup (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | resbin.c | 317 mi->popup = NULL; in bin_to_res_menuitems() 325 mi->popup = bin_to_res_menuitems (wrbfd, data + itemlen, length - itemlen, in bin_to_res_menuitems() 387 mi->popup = NULL; in bin_to_res_menuexitems() 399 mi->popup = bin_to_res_menuexitems (wrbfd, data + itemlen, in bin_to_res_menuexitems() 1731 if (mi->popup != NULL) in res_to_bin_menuitems() 1737 if (mi->popup == NULL) in res_to_bin_menuitems() 1740 mi->popup == NULL ? BIN_MENUITEM_SIZE in res_to_bin_menuitems() 1743 off += (mi->popup == NULL ? BIN_MENUITEM_SIZE : BIN_MENUITEM_POPUP_SIZE); in res_to_bin_menuitems() 1747 if (mi->popup != NULL) in res_to_bin_menuitems() 1749 off = res_to_bin_menuitems (wrbfd, off, mi->popup); in res_to_bin_menuitems() [all …]
|
D | windres.c | 521 if (mi->popup != NULL && mi->id != 0) in extended_menuitems() 532 if (mi->popup != NULL) in extended_menuitems() 534 if (extended_menuitems (mi->popup)) in extended_menuitems()
|
D | resrc.c | 1476 mi->popup = menuitems; in define_menuitem() 2803 if (mi->popup == NULL) in write_rc_menuitems() 2809 && mi->popup == NULL in write_rc_menuitems() 2828 if (mi->popup == NULL) in write_rc_menuitems() 2864 if (mi->popup != NULL) in write_rc_menuitems() 2865 write_rc_menuitems (e, mi->popup, menuex, ind + 2); in write_rc_menuitems()
|
D | windint.h | 797 struct rc_menuitem *popup; member
|