Searched refs:ltv (Results 1 – 3 of 3) sorted by relevance
3267 typval_T *ltv = STACK_TV_BOT(-1); in exec_instructions() local3273 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()
944 typval_T ltv; in ex_let_vars() local999 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), <v, FALSE, in ex_let_vars()1007 clear_tv(<v); in ex_let_vars()
255 syn match ia64registers "\(@\(\(\(gp\|sec\|seg\|image\)rel\)\|ltoff\|fptr\|ptloff\|ltv\|section\)\)…