Searched defs:cctx (Results 1 – 4 of 4) sorted by relevance
| /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 | 354 void *cctx) in handle_import() 678 cctx_T *cctx, in find_exported()
|
| 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 | evalfunc.c | 2439 cctx_T *cctx) in internal_func_check_arg_types()
|