Home
last modified time | relevance | path

Searched refs:setcursor (Results 1 – 5 of 5) sorted by relevance

/external/grub/stage2/
Dchar_io.c791 old_cursor = setcursor (1); in get_cmdline()
815 setcursor (old_cursor); in get_cmdline()
836 setcursor (old_cursor); in get_cmdline()
842 setcursor (old_cursor); in get_cmdline()
1100 setcursor (int on) in setcursor() function
1102 if (current_term->setcursor) in setcursor()
1103 return current_term->setcursor (on); in setcursor()
Dterm.h81 int (*setcursor) (int on); member
Dstage2.c308 setcursor (0); in run_menu()
724 setcursor (1); in run_menu()
Dshared.h785 int setcursor (int on);
/external/grub/
DChangeLog907 `nocursor' and add `setcursor'.
913 * stage2/stage2.c (run_menu): Call setcursor instead of
915 Call setcursor with 1 before starting a boot entry.
918 (setcursor): New prototype.
928 (setcursor): New function.