home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / edit / vim / src / proto / search.pro < prev    next >
Encoding:
Text File  |  1994-08-09  |  833 b   |  15 lines

  1. /* search.c */
  2. struct regexp *myregcomp __PARMS((unsigned char *pat, int sub_cmd, int which_pat));
  3. int searchit __PARMS((struct fpos *pos, int dir, unsigned char *str, long count, int end, int message));
  4. int dosearch __PARMS((int dirc, unsigned char *str, int reverse, long count, int echo, int message));
  5. int searchc __PARMS((int c, int dir, int type, long count));
  6. struct fpos *showmatch __PARMS((int initc));
  7. int findfunc __PARMS((int dir, int what, long count));
  8. int findsent __PARMS((int dir, long count));
  9. int findpar __PARMS((int dir, long count, int what, int both));
  10. int startPS __PARMS((long lnum, int para, int both));
  11. int fwd_word __PARMS((long count, int type, int eol));
  12. int bck_word __PARMS((long count, int type));
  13. int end_word __PARMS((long count, int type, int stop));
  14. int skip_chars __PARMS((int class, int dir));
  15.