OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setcolor
(Results
1 - 7
of
7
) sorted by null
/external/grub/stage2/
term.h
45
- Some fancy features (nocursor,
setcolor
, and highlight) can be set to
79
void (*
setcolor
) (int normal_color, int highlight_color);
member in struct:term_entry
builtins.c
678
if (current_term->
setcolor
)
679
current_term->
setcolor
(new_normal_color, new_highlight_color);
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h
845
int
setcolor
(short pair);
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h
845
int
setcolor
(short pair);
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h
845
int
setcolor
(short pair);
[
all
...]
/external/bison/build-aux/
texinfo.tex
291
% @
setcolor
(or @url, or @link, etc.) between @contents and the very
[
all
...]
/ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex
312
% @
setcolor
(or @url, or @link, etc.) between @contents and the very
[
all
...]
Completed in 4897 milliseconds