Home
last modified time | relevance | path

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

/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c789 old_cursor = setcursor (1); in get_cmdline()
813 setcursor (old_cursor); in get_cmdline()
834 setcursor (old_cursor); in get_cmdline()
840 setcursor (old_cursor); in get_cmdline()
1224 setcursor (int on) in setcursor() function
1226 if (current_term->setcursor) in setcursor()
1227 return current_term->setcursor (on); in setcursor()
H A Dterm.h83 int (*setcursor) (int on); member
H A Dstage2.c308 setcursor (0); in run_menu()
740 setcursor (1); in run_menu()
H A Dshared.h867 int setcursor (int on);
/titanic_44/usr/src/lib/libshell/common/edit/
H A Demacs.c174 static void setcursor(Emacs_t*,int, int);
1403 setcursor(ep,sptr-ep->screen,*nptr); in draw()
1443 setcursor(ep,w_size,longline); in draw()
1447 setcursor(ep,i,0); in draw()
1449 setcursor(ep,nscend+1-nscreen,0); in draw()
1460 static void setcursor(register Emacs_t *ep,register int newp,int c) in setcursor() function
/titanic_44/usr/src/grub/grub-0.97/
H A DChangeLog1066 `nocursor' and add `setcursor'.
1072 * stage2/stage2.c (run_menu): Call setcursor instead of
1074 Call setcursor with 1 before starting a boot entry.
1077 (setcursor): New prototype.
1087 (setcursor): New function.