comparison src/proto/eval.pro @ 148:72aefd4c1e0d

updated for version 7.0046
author vimboss
date Mon, 31 Jan 2005 19:19:04 +0000
parents 5c65f9e56459
children 4d9eabb1396e
comparison
equal deleted inserted replaced
147:2f5a3b881ada 148:72aefd4c1e0d
25 int next_for_item __ARGS((void *fi_void, char_u *arg)); 25 int next_for_item __ARGS((void *fi_void, char_u *arg));
26 void free_for_info __ARGS((void *fi_void)); 26 void free_for_info __ARGS((void *fi_void));
27 void set_context_for_expression __ARGS((expand_T *xp, char_u *arg, cmdidx_T cmdidx)); 27 void set_context_for_expression __ARGS((expand_T *xp, char_u *arg, cmdidx_T cmdidx));
28 void ex_call __ARGS((exarg_T *eap)); 28 void ex_call __ARGS((exarg_T *eap));
29 void ex_unlet __ARGS((exarg_T *eap)); 29 void ex_unlet __ARGS((exarg_T *eap));
30 int do_unlet __ARGS((char_u *name)); 30 void ex_lockvar __ARGS((exarg_T *eap));
31 int do_unlet __ARGS((char_u *name, int forceit));
31 void del_menutrans_vars __ARGS((void)); 32 void del_menutrans_vars __ARGS((void));
32 char_u *get_user_var_name __ARGS((expand_T *xp, int idx)); 33 char_u *get_user_var_name __ARGS((expand_T *xp, int idx));
33 char_u *get_function_name __ARGS((expand_T *xp, int idx)); 34 char_u *get_function_name __ARGS((expand_T *xp, int idx));
34 char_u *get_expr_name __ARGS((expand_T *xp, int idx)); 35 char_u *get_expr_name __ARGS((expand_T *xp, int idx));
35 void set_vim_var_nr __ARGS((int idx, long val)); 36 void set_vim_var_nr __ARGS((int idx, long val));
40 char_u *v_exception __ARGS((char_u *oldval)); 41 char_u *v_exception __ARGS((char_u *oldval));
41 char_u *v_throwpoint __ARGS((char_u *oldval)); 42 char_u *v_throwpoint __ARGS((char_u *oldval));
42 char_u *set_cmdarg __ARGS((exarg_T *eap, char_u *oldarg)); 43 char_u *set_cmdarg __ARGS((exarg_T *eap, char_u *oldarg));
43 char_u *get_var_value __ARGS((char_u *name)); 44 char_u *get_var_value __ARGS((char_u *name));
44 void new_script_vars __ARGS((scid_T id)); 45 void new_script_vars __ARGS((scid_T id));
45 void vars_init __ARGS((hashtab_T *ht));
46 void init_var_dict __ARGS((dict_T *dict, dictitem_T *dict_var)); 46 void init_var_dict __ARGS((dict_T *dict, dictitem_T *dict_var));
47 void vars_clear __ARGS((hashtab_T *ht)); 47 void vars_clear __ARGS((hashtab_T *ht));
48 void ex_echo __ARGS((exarg_T *eap)); 48 void ex_echo __ARGS((exarg_T *eap));
49 void ex_echohl __ARGS((exarg_T *eap)); 49 void ex_echohl __ARGS((exarg_T *eap));
50 void ex_execute __ARGS((exarg_T *eap)); 50 void ex_execute __ARGS((exarg_T *eap));