home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / jove-4.16-src.tgz / tar.out / bsd / jove / move.h < prev    next >
C/C++ Source or Header  |  1996-09-28  |  958b  |  33 lines

  1. /************************************************************************
  2.  * This program is Copyright (C) 1986-1996 by Jonathan Payne.  JOVE is  *
  3.  * provided to you without charge, and with no warranty.  You may give  *
  4.  * away copies of JOVE, including sources, provided that this notice is *
  5.  * included in all the files.                                           *
  6.  ************************************************************************/
  7.  
  8. extern void
  9.     b_char proto((int n)),
  10.     f_char proto((int n)),
  11.     f_word proto((int num)),
  12.     line_move proto((int dir, int n, bool line_cmd));
  13.  
  14. extern int
  15.     how_far proto((LinePtr line,int col));
  16.  
  17. /* Commands: */
  18.  
  19. extern void
  20.     BackChar proto((void)),
  21.     BackWord proto((void)),
  22.     Bof proto((void)),
  23.     Bol proto((void)),
  24.     Bos proto((void)),
  25.     Eof proto((void)),
  26.     Eol proto((void)),
  27.     Eos proto((void)),
  28.     ForChar proto((void)),
  29.     ForWord proto((void)),
  30.     ForIdent proto((void)),
  31.     NextLine proto((void)),
  32.     PrevLine proto((void));
  33.