HomeSort by relevance Sort by last modified time
    Searched refs:setcursor (Results 1 - 4 of 4) 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);
stage2.c 308 setcursor (0);
724 setcursor (1);
shared.h 785 int setcursor (int on);

Completed in 66 milliseconds