home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The World of Computer Software
/
World_Of_Computer_Software-02-385-Vol-1of3.iso
/
v
/
vim_src.zip
/
LINEFUNC.PRO
< prev
next >
Wrap
Text File
|
1993-01-12
|
306b
|
10 lines
/* linefunc.c */
void coladvance __PARMS((unsigned int wcol));
int inc __PARMS((struct fpos *lp));
int incCurpos __PARMS((void));
int incl __PARMS((struct fpos *lp));
int dec __PARMS((struct fpos *lp));
int decCurpos __PARMS((void));
int decl __PARMS((struct fpos *lp));
void adjustCurpos __PARMS((void));