Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c811 old_cursor = setcursor (1); in get_cmdline()
835 setcursor (old_cursor); in get_cmdline()
856 setcursor (old_cursor); in get_cmdline()
862 setcursor (old_cursor); in get_cmdline()
1265 setcursor (int on) in setcursor() function
1267 if (current_term->setcursor) in setcursor()
1268 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.h870 int setcursor (int on);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Demacs.c176 static void setcursor(Emacs_t*,int, int);
1499 setcursor(ep,sptr-ep->screen,*nptr); in draw()
1539 setcursor(ep,w_size,longline); in draw()
1543 setcursor(ep,i,0); in draw()
1545 setcursor(ep,nscend+1-nscreen,0); in draw()
1556 static void setcursor(register Emacs_t *ep,register int newp,int c) in setcursor() function
/illumos-gate/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.