Mercurial > vim
annotate src/proto/eval.pro @ 4621:66e615ce7f61 v7.3.1058
updated for version 7.3.1058
Problem: Call of funcref does not succeed in other script.
Solution: Python patch 17: add get_expanded_name(). (ZyX)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Thu, 30 May 2013 12:35:52 +0200 |
parents | 21a99611149b |
children | 18ba89e06fab |
rev | line source |
---|---|
7 | 1 /* eval.c */ |
1151 | 2 void eval_init __ARGS((void)); |
3 void eval_clear __ARGS((void)); | |
4 char_u *func_name __ARGS((void *cookie)); | |
5 linenr_T *func_breakpoint __ARGS((void *cookie)); | |
6 int *func_dbg_tick __ARGS((void *cookie)); | |
7 int func_level __ARGS((void *cookie)); | |
8 int current_func_returned __ARGS((void)); | |
9 void set_internal_string_var __ARGS((char_u *name, char_u *value)); | |
10 int var_redir_start __ARGS((char_u *name, int append)); | |
11 void var_redir_str __ARGS((char_u *value, int value_len)); | |
12 void var_redir_stop __ARGS((void)); | |
13 int eval_charconvert __ARGS((char_u *enc_from, char_u *enc_to, char_u *fname_from, char_u *fname_to)); | |
14 int eval_printexpr __ARGS((char_u *fname, char_u *args)); | |
15 void eval_diff __ARGS((char_u *origfile, char_u *newfile, char_u *outfile)); | |
16 void eval_patch __ARGS((char_u *origfile, char_u *difffile, char_u *outfile)); | |
17 int eval_to_bool __ARGS((char_u *arg, int *error, char_u **nextcmd, int skip)); | |
18 char_u *eval_to_string_skip __ARGS((char_u *arg, char_u **nextcmd, int skip)); | |
19 int skip_expr __ARGS((char_u **pp)); | |
1733 | 20 char_u *eval_to_string __ARGS((char_u *arg, char_u **nextcmd, int convert)); |
1151 | 21 char_u *eval_to_string_safe __ARGS((char_u *arg, char_u **nextcmd, int use_sandbox)); |
22 int eval_to_number __ARGS((char_u *expr)); | |
23 list_T *eval_spell_expr __ARGS((char_u *badword, char_u *expr)); | |
24 int get_spellword __ARGS((list_T *list, char_u **pp)); | |
25 typval_T *eval_expr __ARGS((char_u *arg, char_u **nextcmd)); | |
3709 | 26 int call_vim_function __ARGS((char_u *func, int argc, char_u **argv, int safe, int str_arg_only, typval_T *rettv)); |
4287 | 27 long call_func_retnr __ARGS((char_u *func, int argc, char_u **argv, int safe)); |
1151 | 28 void *call_func_retstr __ARGS((char_u *func, int argc, char_u **argv, int safe)); |
29 void *call_func_retlist __ARGS((char_u *func, int argc, char_u **argv, int safe)); | |
30 void *save_funccal __ARGS((void)); | |
31 void restore_funccal __ARGS((void *vfc)); | |
32 void prof_child_enter __ARGS((proftime_T *tm)); | |
33 void prof_child_exit __ARGS((proftime_T *tm)); | |
34 int eval_foldexpr __ARGS((char_u *arg, int *cp)); | |
35 void ex_let __ARGS((exarg_T *eap)); | |
4429 | 36 void list_add_watch __ARGS((list_T *l, listwatch_T *lw)); |
37 void list_rem_watch __ARGS((list_T *l, listwatch_T *lwrem)); | |
1151 | 38 void *eval_for_line __ARGS((char_u *arg, int *errp, char_u **nextcmdp, int skip)); |
39 int next_for_item __ARGS((void *fi_void, char_u *arg)); | |
40 void free_for_info __ARGS((void *fi_void)); | |
41 void set_context_for_expression __ARGS((expand_T *xp, char_u *arg, cmdidx_T cmdidx)); | |
42 void ex_call __ARGS((exarg_T *eap)); | |
43 void ex_unlet __ARGS((exarg_T *eap)); | |
44 void ex_lockvar __ARGS((exarg_T *eap)); | |
45 int do_unlet __ARGS((char_u *name, int forceit)); | |
46 void del_menutrans_vars __ARGS((void)); | |
47 char_u *get_user_var_name __ARGS((expand_T *xp, int idx)); | |
48 list_T *list_alloc __ARGS((void)); | |
49 void list_unref __ARGS((list_T *l)); | |
50 void list_free __ARGS((list_T *l, int recurse)); | |
3618 | 51 listitem_T *listitem_alloc __ARGS((void)); |
4617
21a99611149b
updated for version 7.3.1056
Bram Moolenaar <bram@vim.org>
parents:
4429
diff
changeset
|
52 void listitem_free __ARGS((listitem_T *item)); |
3618 | 53 void listitem_remove __ARGS((list_T *l, listitem_T *item)); |
1151 | 54 dictitem_T *dict_lookup __ARGS((hashitem_T *hi)); |
3618 | 55 listitem_T *list_find __ARGS((list_T *l, long n)); |
1733 | 56 char_u *list_find_str __ARGS((list_T *l, long idx)); |
3618 | 57 void list_append __ARGS((list_T *l, listitem_T *item)); |
2050
afcf9db31561
updated for version 7.2.336
Bram Moolenaar <bram@zimbu.org>
parents:
1969
diff
changeset
|
58 int list_append_tv __ARGS((list_T *l, typval_T *tv)); |
1151 | 59 int list_append_dict __ARGS((list_T *list, dict_T *dict)); |
1733 | 60 int list_append_string __ARGS((list_T *l, char_u *str, int len)); |
3618 | 61 int list_insert_tv __ARGS((list_T *l, typval_T *tv, listitem_T *item)); |
62 void list_remove __ARGS((list_T *l, listitem_T *item, listitem_T *item2)); | |
1151 | 63 int garbage_collect __ARGS((void)); |
3618 | 64 void set_ref_in_ht __ARGS((hashtab_T *ht, int copyID)); |
65 void set_ref_in_list __ARGS((list_T *l, int copyID)); | |
66 void set_ref_in_item __ARGS((typval_T *tv, int copyID)); | |
1151 | 67 dict_T *dict_alloc __ARGS((void)); |
3078 | 68 void dict_unref __ARGS((dict_T *d)); |
4617
21a99611149b
updated for version 7.3.1056
Bram Moolenaar <bram@vim.org>
parents:
4429
diff
changeset
|
69 void dict_free __ARGS((dict_T *d, int recurse)); |
2050
afcf9db31561
updated for version 7.2.336
Bram Moolenaar <bram@zimbu.org>
parents:
1969
diff
changeset
|
70 dictitem_T *dictitem_alloc __ARGS((char_u *key)); |
afcf9db31561
updated for version 7.2.336
Bram Moolenaar <bram@zimbu.org>
parents:
1969
diff
changeset
|
71 void dictitem_free __ARGS((dictitem_T *item)); |
afcf9db31561
updated for version 7.2.336
Bram Moolenaar <bram@zimbu.org>
parents:
1969
diff
changeset
|
72 int dict_add __ARGS((dict_T *d, dictitem_T *item)); |
1151 | 73 int dict_add_nr_str __ARGS((dict_T *d, char *key, long nr, char_u *str)); |
2280
941ff1cd317a
Add file save counter to undo information. Add undotree() function.
Bram Moolenaar <bram@vim.org>
parents:
2185
diff
changeset
|
74 int dict_add_list __ARGS((dict_T *d, char *key, list_T *list)); |
2185 | 75 dictitem_T *dict_find __ARGS((dict_T *d, char_u *key, int len)); |
1151 | 76 char_u *get_dict_string __ARGS((dict_T *d, char_u *key, int save)); |
77 long get_dict_number __ARGS((dict_T *d, char_u *key)); | |
78 char_u *get_function_name __ARGS((expand_T *xp, int idx)); | |
79 char_u *get_expr_name __ARGS((expand_T *xp, int idx)); | |
4621
66e615ce7f61
updated for version 7.3.1058
Bram Moolenaar <bram@vim.org>
parents:
4617
diff
changeset
|
80 char_u *get_expanded_name __ARGS((char_u *name, int check)); |
3618 | 81 int func_call __ARGS((char_u *name, typval_T *args, dict_T *selfdict, typval_T *rettv)); |
4074 | 82 void mzscheme_call_vim __ARGS((char_u *name, typval_T *args, typval_T *rettv)); |
1496 | 83 long do_searchpair __ARGS((char_u *spat, char_u *mpat, char_u *epat, int dir, char_u *skip, int flags, pos_T *match_pos, linenr_T lnum_stop, long time_limit)); |
1151 | 84 void set_vim_var_nr __ARGS((int idx, long val)); |
85 long get_vim_var_nr __ARGS((int idx)); | |
86 char_u *get_vim_var_str __ARGS((int idx)); | |
1733 | 87 list_T *get_vim_var_list __ARGS((int idx)); |
1969 | 88 void set_vim_var_char __ARGS((int c)); |
1751 | 89 void set_vcount __ARGS((long count, long count1, int set_prevcount)); |
1151 | 90 void set_vim_var_string __ARGS((int idx, char_u *val, int len)); |
1733 | 91 void set_vim_var_list __ARGS((int idx, list_T *val)); |
1151 | 92 void set_reg_var __ARGS((int c)); |
93 char_u *v_exception __ARGS((char_u *oldval)); | |
94 char_u *v_throwpoint __ARGS((char_u *oldval)); | |
95 char_u *set_cmdarg __ARGS((exarg_T *eap, char_u *oldarg)); | |
96 void free_tv __ARGS((typval_T *varp)); | |
97 void clear_tv __ARGS((typval_T *varp)); | |
98 long get_tv_number_chk __ARGS((typval_T *varp, int *denote)); | |
99 char_u *get_tv_string_chk __ARGS((typval_T *varp)); | |
100 char_u *get_var_value __ARGS((char_u *name)); | |
101 void new_script_vars __ARGS((scid_T id)); | |
3687 | 102 void init_var_dict __ARGS((dict_T *dict, dictitem_T *dict_var, int scope)); |
4287 | 103 void unref_var_dict __ARGS((dict_T *dict)); |
1151 | 104 void vars_clear __ARGS((hashtab_T *ht)); |
2050
afcf9db31561
updated for version 7.2.336
Bram Moolenaar <bram@zimbu.org>
parents:
1969
diff
changeset
|
105 void copy_tv __ARGS((typval_T *from, typval_T *to)); |
1151 | 106 void ex_echo __ARGS((exarg_T *eap)); |
107 void ex_echohl __ARGS((exarg_T *eap)); | |
108 void ex_execute __ARGS((exarg_T *eap)); | |
109 void ex_function __ARGS((exarg_T *eap)); | |
110 void free_all_functions __ARGS((void)); | |
111 void func_dump_profile __ARGS((FILE *fd)); | |
112 char_u *get_user_func_name __ARGS((expand_T *xp, int idx)); | |
113 void ex_delfunction __ARGS((exarg_T *eap)); | |
3618 | 114 void func_unref __ARGS((char_u *name)); |
115 void func_ref __ARGS((char_u *name)); | |
1151 | 116 void ex_return __ARGS((exarg_T *eap)); |
117 int do_return __ARGS((exarg_T *eap, int reanimate, int is_cmd, void *rettv)); | |
118 void discard_pending_return __ARGS((void *rettv)); | |
119 char_u *get_return_cmd __ARGS((void *rettv)); | |
120 char_u *get_func_line __ARGS((int c, void *cookie, int indent)); | |
121 void func_line_start __ARGS((void *cookie)); | |
122 void func_line_exec __ARGS((void *cookie)); | |
123 void func_line_end __ARGS((void *cookie)); | |
124 int func_has_ended __ARGS((void *cookie)); | |
125 int func_has_abort __ARGS((void *cookie)); | |
126 int read_viminfo_varlist __ARGS((vir_T *virp, int writing)); | |
127 void write_viminfo_varlist __ARGS((FILE *fp)); | |
128 int store_session_globals __ARGS((FILE *fd)); | |
129 void last_set_msg __ARGS((scid_T scriptID)); | |
1733 | 130 void ex_oldfiles __ARGS((exarg_T *eap)); |
1151 | 131 int modify_fname __ARGS((char_u *src, int *usedlen, char_u **fnamep, char_u **bufp, int *fnamelen)); |
132 char_u *do_string_sub __ARGS((char_u *str, char_u *pat, char_u *sub, char_u *flags)); | |
4621
66e615ce7f61
updated for version 7.3.1058
Bram Moolenaar <bram@vim.org>
parents:
4617
diff
changeset
|
133 int script_autoload __ARGS((char_u *name, int reload)); |
7 | 134 /* vim: set ft=c : */ |