Home
last modified time | relevance | path

Searched defs:color (Results 1 – 5 of 5) sorted by relevance

/scripts/
Dpnmtologo.c45 struct color { struct
51 static const struct color clut_vga16[16] = { argument
Danalyze_suspend.py835 def newPhaseWithSingleAction(self, phasename, devname, start, end, color): argument
848 def newPhase(self, phasename, start, end, color, order): argument
942 def newActionGlobal(self, name, start, end, pid=-1, color=''): argument
974 def newAction(self, phase, name, pid, parent, start, end, drv, htmlclass='', color=''): argument
/scripts/kconfig/
Dnconf.gui.c152 chtype color) in print_in_middle()
Dgconf.c55 GdkColor color; variable
1164 GdkColor color; in set_node() local
/scripts/kconfig/lxdialog/
Dutil.c179 static void init_one_color(struct dialog_color *color) in init_one_color()