Home
last modified time | relevance | path

Searched refs:wt_variable (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9type.c510 semsg(_(where.wt_variable in type_mismatch_where()
515 semsg(_(where.wt_variable in type_mismatch_where()
H A Dvim9execute.c4092 ectx->ec_where.wt_variable = TRUE; in exec_instructions()
4236 if (!ectx->ec_where.wt_variable) in exec_instructions()
4241 if (!ectx->ec_where.wt_variable) in exec_instructions()
4533 ectx->ec_where.wt_variable = FALSE; in exec_instructions()
4912 ectx.ec_where.wt_variable = FALSE; in call_def_function()
H A Devalvars.c3278 where.wt_variable = TRUE; in set_var_const()
3335 where.wt_variable = TRUE; in set_var_const()
H A Dstructs.h4474 char wt_variable; // "variable" when TRUE, "argument" otherwise member
H A Dvim9compile.c7151 where.wt_variable = var_count > 0; in compile_assignment()
8272 where.wt_variable = TRUE; in compile_for()
H A Deval.c3328 where.wt_variable = TRUE; in eval7t()