Searched refs:setcursor (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | char_io.c | 811 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 D | term.h | 83 int (*setcursor) (int on); member
|
H A D | stage2.c | 308 setcursor (0); in run_menu() 740 setcursor (1); in run_menu()
|
H A D | shared.h | 870 int setcursor (int on);
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
H A D | emacs.c | 176 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 D | ChangeLog | 1066 `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.
|