Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
getchar.pro
Package: vim53src.zip [view]
Upload User: gddssl
Upload Date: 2007-01-06
Package Size: 1003k
Code Size: 2k
Category:
Editor
Development Platform:
DOS
- /* getchar.c */
- char_u *get_recorded __ARGS((void));
- char_u *get_inserted __ARGS((void));
- int stuff_empty __ARGS((void));
- void flush_buffers __ARGS((int typeahead));
- void ResetRedobuff __ARGS((void));
- void saveRedobuff __ARGS((void));
- void restoreRedobuff __ARGS((void));
- void AppendToRedobuff __ARGS((char_u *s));
- void AppendCharToRedobuff __ARGS((int c));
- void AppendNumberToRedobuff __ARGS((long n));
- void stuffReadbuff __ARGS((char_u *s));
- void stuffcharReadbuff __ARGS((int c));
- void stuffnumReadbuff __ARGS((long n));
- int start_redo __ARGS((long count, int old_redo));
- int start_redo_ins __ARGS((void));
- void set_redo_ins __ARGS((void));
- void stop_redo_ins __ARGS((void));
- int ins_typebuf __ARGS((char_u *str, int noremap, int offset, int nottyped));
- int typebuf_typed __ARGS((void));
- int typebuf_maplen __ARGS((void));
- void del_typebuf __ARGS((int len, int offset));
- int save_typebuf __ARGS((void));
- int openscript __ARGS((char_u *name));
- void updatescript __ARGS((int c));
- int vgetc __ARGS((void));
- int vpeekc __ARGS((void));
- int char_avail __ARGS((void));
- void vungetc __ARGS((int c));
- int inchar __ARGS((char_u *buf, int maxlen, long wait_time));
- int do_map __ARGS((int maptype, char_u *keys, int mode, int abbrev));
- int get_map_mode __ARGS((char_u **cmdp, int forceit));
- void map_clear __ARGS((char_u *cmdp, int forceit, int abbr));
- int check_abbr __ARGS((int c, char_u *ptr, int col, int mincol));
- int makemap __ARGS((FILE *fd));
- int putescstr __ARGS((FILE *fd, char_u *str, int set));
- void check_map_keycodes __ARGS((void));