OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setcolorstate
(Results
1 - 3
of
3
) sorted by null
/external/grub/stage2/
stage2.c
110
if (current_term->
setcolorstate
)
111
current_term->
setcolorstate
(COLOR_STATE_NORMAL);
113
if (highlight && current_term->
setcolorstate
)
114
current_term->
setcolorstate
(COLOR_STATE_HIGHLIGHT);
132
if (current_term->
setcolorstate
)
133
current_term->
setcolorstate
(COLOR_STATE_STANDARD);
204
if (current_term->
setcolorstate
)
205
current_term->
setcolorstate
(COLOR_STATE_NORMAL);
234
if (current_term->
setcolorstate
)
235
current_term->
setcolorstate
(COLOR_STATE_STANDARD)
[
all
...]
term.h
76
void (*
setcolorstate
) (color_state state);
member in struct:term_entry
char_io.c
1049
if (current_term->
setcolorstate
)
1050
current_term->
setcolorstate
(COLOR_STATE_HIGHLIGHT);
1054
if (current_term->
setcolorstate
)
1055
current_term->
setcolorstate
(COLOR_STATE_NORMAL);
Completed in 843 milliseconds