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
memline.pro
Package: vim53src.zip [view]
Upload User: gddssl
Upload Date: 2007-01-06
Package Size: 1003k
Code Size: 1k
Category:
Editor
Development Platform:
DOS
- /* memline.c */
- int ml_open __ARGS((void));
- void ml_setname __ARGS((void));
- void ml_open_files __ARGS((void));
- void ml_open_file __ARGS((BUF *buf));
- void check_need_swap __ARGS((int newfile));
- void ml_close __ARGS((BUF *buf, int del_file));
- void ml_close_all __ARGS((int del_file));
- void ml_close_notmod __ARGS((void));
- void ml_timestamp __ARGS((BUF *buf));
- void ml_recover __ARGS((void));
- int recover_names __ARGS((char_u **fname, int list, int nr));
- void ml_sync_all __ARGS((int check_file, int check_char));
- void ml_preserve __ARGS((BUF *buf, int message));
- char_u *ml_get __ARGS((linenr_t lnum));
- char_u *ml_get_pos __ARGS((FPOS *pos));
- char_u *ml_get_curline __ARGS((void));
- char_u *ml_get_cursor __ARGS((void));
- char_u *ml_get_buf __ARGS((BUF *buf, linenr_t lnum, int will_change));
- int ml_line_alloced __ARGS((void));
- int ml_append __ARGS((linenr_t lnum, char_u *line, colnr_t len, int newfile));
- int ml_replace __ARGS((linenr_t lnum, char_u *line, int copy));
- int ml_delete __ARGS((linenr_t lnum, int message));
- void ml_setmarked __ARGS((linenr_t lnum));
- linenr_t ml_firstmarked __ARGS((void));
- int ml_has_mark __ARGS((linenr_t lnum));
- void ml_clearmarked __ARGS((void));
- char_u *get_file_in_dir __ARGS((char_u *fname, char_u *dname));