Searched refs:highlight_color (Results 1 - 16 of 16) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dconsole.c56 console_setcolor (int normal_color, int highlight_color) argument
59 console_highlight_color = highlight_color;
H A Dterm.h81 void (*setcolor) (int normal_color, int highlight_color);
110 void console_setcolor (int normal_color, int highlight_color);
130 void hercules_setcolor (int normal_color, int highlight_color);
144 void graphics_setcolor (int normal_color, int highlight_color);
H A Dhercules.c164 hercules_setcolor (int normal_color, int highlight_color) argument
167 herc_highlight_color = highlight_color;
H A Dgraphics.c308 void graphics_setcolor (int normal_color, int highlight_color) { argument
310 graphics_highlight_color = highlight_color;
/osnet-11/usr/src/grub/grub2/grub-core/term/i386/
H A Dvga_common.c43 grub_console_cur_color = term->highlight_color & 0x7f;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dterm.h221 grub_uint8_t highlight_color; member in struct:grub_term_output
395 grub_uint8_t normal_color, grub_uint8_t highlight_color)
398 term->highlight_color = highlight_color;
457 grub_uint8_t *normal_color, grub_uint8_t *highlight_color)
460 *highlight_color = term->highlight_color;
394 grub_term_setcolor(struct grub_term_output *term, grub_uint8_t normal_color, grub_uint8_t highlight_color) argument
456 grub_term_getcolor(struct grub_term_output *term, grub_uint8_t *normal_color, grub_uint8_t *highlight_color) argument
/osnet-11/usr/src/grub/grub2/grub-core/term/arc/
H A Dconsole.c106 .highlight_color = GRUB_TERM_DEFAULT_HIGHLIGHT_COLOR,
/osnet-11/usr/src/grub/grub2/grub-core/term/i386/pc/
H A Dvga_text.c168 .highlight_color = GRUB_TERM_DEFAULT_HIGHLIGHT_COLOR,
H A Dconsole.c272 .highlight_color = GRUB_TERM_DEFAULT_HIGHLIGHT_COLOR,
/osnet-11/usr/src/grub/grub2/grub-core/term/efi/
H A Dconsole.c265 efi_call_2 (o->set_attributes, o, term->highlight_color & 0x7f);
318 .highlight_color = GRUB_TERM_DEFAULT_HIGHLIGHT_COLOR,
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dconsole.c89 grub_console_cur_color = term->highlight_color;
/osnet-11/usr/src/grub/grub2/grub-core/term/ieee1275/
H A Dofconsole.c215 .highlight_color = GRUB_TERM_DEFAULT_HIGHLIGHT_COLOR,
/osnet-11/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c745 console_setcolor (int normal_color, int highlight_color) argument
1276 hercules_setcolor (int normal_color, int highlight_color) argument
1278 console_setcolor (normal_color, highlight_color);
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dterminfo.c298 fg = term->highlight_color & 0x0f;
299 bg = term->highlight_color >> 4;
H A Dserial.c123 .highlight_color = GRUB_TERM_DEFAULT_HIGHLIGHT_COLOR,
H A Dgfxterm.c1053 virtual_screen.term_color = term->highlight_color;
1282 .highlight_color = GRUB_TERM_DEFAULT_HIGHLIGHT_COLOR,

Completed in 38 milliseconds