| /vim-8.2.3635/src/ |
| H A D | vim9compile.c | 270 cctx_T *cctx) in arg_exists() argument 698 cctx_T *cctx, in generate_add_instr() argument 1058 cctx_T *cctx, in need_type_where() argument 1094 cctx_T *cctx, in need_type() argument 2103 cctx_T *cctx, in generate_PCALL() argument 2448 cctx_T *cctx, in reserve_local() argument 2714 if (cctx->ctx_lnum >= cctx->ctx_ufunc->uf_lines.ga_len) in next_line_from_context() 6696 cctx->ctx_ufunc->uf_lines.ga_len = cctx->ctx_lnum + 1; in compile_load_lhs() 7581 cctx); in compile_unletlock() 8439 may_generate_prof_end(cctx, cctx->ctx_lnum); in compile_endwhile() [all …]
|
| H A D | vim9script.c | 354 void *cctx) in handle_import() argument 412 if (check_defined(p, arg - p, cctx, FALSE) == FAIL) in handle_import() 532 imported = find_imported(as_name, STRLEN(as_name), cctx); in handle_import() 571 idx = find_exported(sid, name, &ufunc, &type, cctx, TRUE); in handle_import() 579 imported = find_imported(name, len, cctx); in handle_import() 596 && check_defined(name, len, cctx, FALSE) == FAIL) in handle_import() 678 cctx_T *cctx, in find_exported() argument 686 idx = get_script_item_idx(sid, name, 0, 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() argument 1914 ? name : after_script, 0, cctx); in find_func_even_dead() 1938 find_func(char_u *name, int is_global, cctx_T *cctx) in find_func() argument 1940 ufunc_T *fp = find_func_even_dead(name, is_global, cctx); in find_func()
|
| H A D | ex_docmd.c | 3422 cctx_T *cctx UNUSED) in find_ex_command() 3587 || lookup(eap->cmd, p - eap->cmd, TRUE, cctx) == OK) in find_ex_command() 3615 && (lookup(eap->cmd, p - eap->cmd, TRUE, cctx) == OK in find_ex_command()
|
| H A D | evalfunc.c | 2439 cctx_T *cctx) in internal_func_check_arg_types() argument 2450 context.arg_cctx = cctx; in internal_func_check_arg_types()
|
| /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);
|
| 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 | ex_docmd.pro | 19 …command(exarg_T *eap, int *full, int (*lookup)(char_u *, size_t, int cmd, cctx_T *), cctx_T *cctx);
|