Searched refs:setcursor (Results 1 – 6 of 6) sorted by relevance
| /titanic_50/usr/src/grub/grub-0.97/stage2/ |
| H A D | char_io.c | 789 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 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 | 867 int setcursor (int on);
|
| /titanic_50/usr/src/lib/libshell/common/edit/ |
| H A D | emacs.c | 174 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_50/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.
|