Searched refs:cctx_T (Results 1 – 13 of 13) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | vim9compile.pro | 2 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 D | ex_docmd.pro | 19 …command(exarg_T *eap, int *full, int (*lookup)(char_u *, size_t, int cmd, cctx_T *), cctx_T *cctx);
|
| H A D | userfunc.pro | 11 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 D | vim9script.pro | 14 int find_exported(int sid, char_u *name, ufunc_T **ufunc, type_T **type, cctx_T *cctx, int verbose);
|
| H A D | evalfunc.pro | 8 int internal_func_check_arg_types(type_T **types, int idx, int argcount, cctx_T *cctx);
|
| H A D | evalvars.pro | 64 int lookup_scriptitem(char_u *name, size_t len, int cmd, cctx_T *dummy);
|
| /vim-8.2.3635/src/ |
| H A D | vim9compile.c | 270 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 D | vim9script.c | 678 cctx_T *cctx, in find_exported()
|
| H A D | structs.h | 1388 typedef struct cctx_S cctx_T; typedef 1902 cctx_T *eval_cctx;
|
| H A D | userfunc.c | 1873 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 D | ex_docmd.c | 3421 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 D | evalvars.c | 2865 cctx_T *dummy UNUSED) in lookup_scriptitem()
|
| H A D | evalfunc.c | 200 cctx_T *arg_cctx; 2439 cctx_T *cctx) in internal_func_check_arg_types()
|