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

  1. /* regexp.c */
  2. unsigned char *skip_regexp __PARMS((unsigned char *p, int dirc));
  3. struct regexp *regcomp __PARMS((unsigned char *exp));
  4. int regexec __PARMS((struct regexp *prog, unsigned char *string, int at_bol));
  5. int cstrncmp __PARMS((unsigned char *s1, unsigned char *s2, int n));
  6. unsigned char *cstrchr __PARMS((unsigned char *s, int c));
  7.