Home
last modified time | relevance | path

Searched refs:xpm_load (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/scripts/kconfig/
H A Dimages.c8 const char * const xpm_load[] = { variable
H A Dimages.h13 extern const char * const xpm_load[];
H A Dqconf.cc1388 QAction *loadAction = new QAction(QPixmap(xpm_load), "&Load", this); in ConfigMainWindow()
/openbmc/u-boot/scripts/kconfig/
H A Dimages.c6 static const char *xpm_load[] = { variable
H A Dqconf.cc1396 QAction *loadAction = new QAction(QPixmap(xpm_load), _("&Load"), this); in ConfigMainWindow()