Home
last modified time | relevance | path

Searched refs:xpm_void (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/scripts/kconfig/
H A Dimages.c313 const char * const xpm_void[] = { variable
H A Dimages.h27 extern const char * const xpm_void[];
H A Dgconf.c1069 row[COL_PIXBUF] = (gchar *) xpm_void; in fill_row()
1074 row[COL_PIXBUF] = (gchar *) xpm_void; in fill_row()
/openbmc/u-boot/scripts/kconfig/
H A Dimages.c311 static const char *xpm_void[] = { variable
H A Dgconf.c1072 row[COL_PIXBUF] = (gchar *) xpm_void; in fill_row()
1077 row[COL_PIXBUF] = (gchar *) xpm_void; in fill_row()
H A Dqconf.cc317 menuPix(xpm_menu), menuInvPix(xpm_menu_inv), menuBackPix(xpm_menuback), voidPix(xpm_void), in ConfigList()