Home
last modified time | relevance | path

Searched refs:is_const (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/runtime/autoload/
H A Drubycomplete.vim389 is_const = false
390 …if /^\s*(module|class|def|include)\s+/.match(ln) || is_const = /^\s*?[A-Z]([A-z]|[1-9])*\s*?[|]{0,…
393 if is_const
/vim-8.2.3635/src/
H A Dvim9compile.c3649 int is_const; in compile_list() local
3669 if (compile_expr0_ext(&p, cctx, &is_const) == FAIL) in compile_list()
3671 if (!is_const) in compile_list()
3820 int is_const; in compile_dict() local
3922 if (compile_expr0_ext(arg, cctx, &is_const) == FAIL) in compile_dict()
3924 if (!is_const) in compile_dict()
5648 if (is_const != NULL) in compile_expr0_ext()
5649 *is_const = ppconst.pp_used > 0 || ppconst.pp_is_const; in compile_expr0_ext()
7056 int is_const = FALSE; in compile_assignment() local
7089 r = compile_expr0_ext(&p, cctx, &is_const); in compile_assignment()
[all …]