home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / AP / VIM / VIM-3.0 / VIM-3 / vim / src / proto / linefunc.pro < prev    next >
Encoding:
Text File  |  1994-08-10  |  309 b   |  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.