Home
last modified time | relevance | path

Searched refs:cctx_T (Results 1 – 13 of 13) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dvim9compile.pro2 int check_defined(char_u *p, size_t len, cctx_T *cctx, int is_arg);
4 int need_type(type_T *actual, type_T *expected, int offset, int arg_idx, cctx_T *cctx, int silent, …
6 int get_script_item_idx(int sid, char_u *name, int check_writable, cctx_T *cctx);
7 imported_T *find_imported(char_u *name, size_t len, cctx_T *cctx);
9 char_u *peek_next_line_from_context(cctx_T *cctx);
10 char_u *next_line_from_context(cctx_T *cctx, int skip_comment);
16 void fill_exarg_from_cctx(exarg_T *eap, cctx_T *cctx);
21 int compile_def_function(ufunc_T *ufunc, int check_return_type, compiletype_T compile_type, cctx_T
H A Dex_docmd.pro19 …command(exarg_T *eap, int *full, int (*lookup)(char_u *, size_t, int cmd, cctx_T *), cctx_T *cctx);
H A Duserfunc.pro11 ufunc_T *find_func_even_dead(char_u *name, int is_global, cctx_T *cctx);
12 ufunc_T *find_func(char_u *name, int is_global, cctx_T *cctx);
H A Dvim9script.pro14 int find_exported(int sid, char_u *name, ufunc_T **ufunc, type_T **type, cctx_T *cctx, int verbose);
H A Devalfunc.pro8 int internal_func_check_arg_types(type_T **types, int idx, int argcount, cctx_T *cctx);
H A Devalvars.pro64 int lookup_scriptitem(char_u *name, size_t len, int cmd, cctx_T *dummy);
/vim-8.2.3635/src/
H A Dvim9compile.c270 cctx_T *cctx) in arg_exists()
698 cctx_T *cctx, in generate_add_instr()
1058 cctx_T *cctx, in need_type_where()
1094 cctx_T *cctx, in need_type()
2103 cctx_T *cctx, in generate_PCALL()
2448 cctx_T *cctx, in reserve_local()
3004 cctx_T *cctx, in compile_load_scriptvar()
3126 cctx_T *cctx, in compile_load()
4317 cctx_T *cctx, in compile_subscript()
4645 cctx_T *cctx, in compile_expr7()
[all …]
H A Dvim9script.c678 cctx_T *cctx, in find_exported()
H A Dstructs.h1388 typedef struct cctx_S cctx_T; typedef
1902 cctx_T *eval_cctx;
H A Duserfunc.c1873 find_func_even_dead(char_u *name, int is_global, cctx_T *cctx) in find_func_even_dead()
1938 find_func(char_u *name, int is_global, cctx_T *cctx) in find_func()
H A Dex_docmd.c3421 int (*lookup)(char_u *, size_t, int cmd, cctx_T *) UNUSED, in find_ex_command()
3422 cctx_T *cctx UNUSED) in find_ex_command()
H A Devalvars.c2865 cctx_T *dummy UNUSED) in lookup_scriptitem()
H A Devalfunc.c200 cctx_T *arg_cctx;
2439 cctx_T *cctx) in internal_func_check_arg_types()