OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setcursor
(Results
1 - 2
of
2
) sorted by null
/external/grub/stage2/
term.h
81
int (*
setcursor
) (int on);
member in struct:term_entry
char_io.c
791
old_cursor =
setcursor
(1);
815
setcursor
(old_cursor);
836
setcursor
(old_cursor);
842
setcursor
(old_cursor);
1100
setcursor
(int on)
function
1102
if (current_term->
setcursor
)
1103
return current_term->
setcursor
(on);
Completed in 354 milliseconds