Home
last modified time | relevance | path

Searched refs:ltv (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9execute.c3267 typval_T *ltv = STACK_TV_BOT(-1); in exec_instructions() local
3273 if (ltv->v_type == VAR_LIST) in exec_instructions()
3275 list_T *list = ltv->vval.v_list; in exec_instructions()
3305 else if (ltv->v_type == VAR_STRING) in exec_instructions()
3307 char_u *str = ltv->vval.v_string; in exec_instructions()
3331 else if (ltv->v_type == VAR_BLOB) in exec_instructions()
3333 blob_T *blob = ltv->vval.v_blob; in exec_instructions()
3340 blob_copy(blob, ltv); in exec_instructions()
3342 blob = ltv->vval.v_blob; in exec_instructions()
3367 vartype_name(ltv->v_type)); in exec_instructions()
H A Devalvars.c944 typval_T ltv; in ex_let_vars() local
999 ltv.v_type = VAR_LIST; in ex_let_vars()
1000 ltv.v_lock = 0; in ex_let_vars()
1001 ltv.vval.v_list = l; in ex_let_vars()
1005 arg = ex_let_one(skipwhite(arg + 1), &ltv, FALSE, in ex_let_vars()
1007 clear_tv(&ltv); in ex_let_vars()
/vim-8.2.3635/runtime/syntax/
H A Dia64.vim255 syn match ia64registers "\(@\(\(\(gp\|sec\|seg\|image\)rel\)\|ltoff\|fptr\|ptloff\|ltv\|section\)\)…