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
/
EDIT.PRO
< prev
next >
Wrap
Text File
|
1993-01-12
|
389b
|
12 lines
/* edit.c */
void edit __PARMS((long count));
int get_literal __PARMS((int *nextc));
void insertchar __PARMS((unsigned int c));
int oneright __PARMS((void));
int oneleft __PARMS((void));
void beginline __PARMS((int flag));
int oneup __PARMS((long n));
int onedown __PARMS((long n));
int onepage __PARMS((int dir, long count));
void stuff_inserted __PARMS((int c, long count, int no_esc));