home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
vim.ftp.fu-berlin.de
/
2015-02-03.vim.ftp.fu-berlin.de.tar
/
vim.ftp.fu-berlin.de
/
amiga
/
vim30src.lha
/
vim
/
src
/
proto
/
regexp.pro
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-08-09
|
342 b
|
7 lines
/* regexp.c */
unsigned char *skip_regexp __PARMS((unsigned char *p, int dirc));
struct regexp *regcomp __PARMS((unsigned char *exp));
int regexec __PARMS((struct regexp *prog, unsigned char *string, int at_bol));
int cstrncmp __PARMS((unsigned char *s1, unsigned char *s2, int n));
unsigned char *cstrchr __PARMS((unsigned char *s, int c));