home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
text
/
vim
/
src
/
proto
/
search.pro
< prev
next >
Wrap
Text File
|
1995-02-27
|
833b
|
15 lines
/* search.c */
struct regexp *myregcomp __PARMS((unsigned char *pat, int sub_cmd, int which_pat));
int searchit __PARMS((struct fpos *pos, int dir, unsigned char *str, long count, int end, int message));
int dosearch __PARMS((int dirc, unsigned char *str, int reverse, long count, int echo, int message));
int searchc __PARMS((int c, int dir, int type, long count));
struct fpos *showmatch __PARMS((int initc));
int findfunc __PARMS((int dir, int what, long count));
int findsent __PARMS((int dir, long count));
int findpar __PARMS((int dir, long count, int what, int both));
int startPS __PARMS((long lnum, int para, int both));
int fwd_word __PARMS((long count, int type, int eol));
int bck_word __PARMS((long count, int type));
int end_word __PARMS((long count, int type, int stop));
int skip_chars __PARMS((int class, int dir));