home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / text / vim / src / proto / linefunc.pro < prev    next >
Text File  |  1995-02-27  |  309b  |  10 lines

  1. /* linefunc.c */
  2. void coladvance __PARMS((unsigned int wcol));
  3. int inc_cursor __PARMS((void));
  4. int inc __PARMS((struct fpos *lp));
  5. int incl __PARMS((struct fpos *lp));
  6. int dec_cursor __PARMS((void));
  7. int dec __PARMS((struct fpos *lp));
  8. int decl __PARMS((struct fpos *lp));
  9. void adjust_cursor __PARMS((void));
  10.