HomeSort by relevance Sort by last modified time
    Searched refs:default_color_table (Results 1 - 6 of 6) sorted by null

  /external/syslinux/com32/lib/sys/
colortable.c 3 static struct color_table default_color_table[] = { variable in typeref:struct:color_table
7 struct color_table *console_color_table = default_color_table;
9 (sizeof default_color_table / sizeof(struct color_table));
  /external/syslinux/com32/include/
menu.h 220 struct color_table *default_color_table(void);
  /external/syslinux/com32/elflink/ldlinux/
colors.c 123 struct color_table *default_color_table(void) function
readconfig.c 237 m->color_table = default_color_table();
    [all...]
  /external/syslinux/com32/menu/
colors.c 123 struct color_table *default_color_table(void) function
readconfig.c 207 m->color_table = default_color_table();

Completed in 770 milliseconds