comparison src/proto/main.pro @ 7:3fc0f57ecb91 v7.0001

updated for version 7.0001
author vimboss
date Sun, 13 Jun 2004 20:20:40 +0000
parents
children 410fa1a31baf
comparison
equal deleted inserted replaced
6:c2daee826b8f 7:3fc0f57ecb91
1 /* main.c */
2 void main_loop __ARGS((int cmdwin));
3 void getout_preserve_modified __ARGS((int exitval));
4 void getout __ARGS((int exitval));
5 int process_env __ARGS((char_u *env, int is_viminit));
6 void mainerr_arg_missing __ARGS((char_u *str));
7 void time_push __ARGS((void *tv_rel, void *tv_start));
8 void time_pop __ARGS((void *tp));
9 void time_msg __ARGS((char *msg, void *tv_start));
10 void server_to_input_buf __ARGS((char_u *str));
11 char_u *eval_client_expr_to_string __ARGS((char_u *expr));
12 int toF_TyA __ARGS((int c));
13 int fkmap __ARGS((int c));
14 void conv_to_pvim __ARGS((void));
15 void conv_to_pstd __ARGS((void));
16 char_u *lrswap __ARGS((char_u *ibuf));
17 char_u *lrFswap __ARGS((char_u *cmdbuf, int len));
18 char_u *lrF_sub __ARGS((char_u *ibuf));
19 int cmdl_fkmap __ARGS((int c));
20 int F_isalpha __ARGS((int c));
21 int F_isdigit __ARGS((int c));
22 int F_ischar __ARGS((int c));
23 void farsi_fkey __ARGS((cmdarg_T *cap));
24 int arabic_shape __ARGS((int c, int *ccp, int *c1p, int prev_c, int prev_c1, int next_c));
25 /* vim: set ft=c : */