Searched refs:setcursor (Results 1 - 4 of 4) sorted by relevance

/external/grub/stage2/
H A Dterm.h81 int (*setcursor) (int on); member in struct:term_entry
H A Dchar_io.c791 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);
H A Dstage2.c308 setcursor (0);
724 setcursor (1);
H A Dshared.h785 int setcursor (int on);

Completed in 364 milliseconds