Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Devalfunc.c558 type_T *first_type = context->arg_types[context->arg_idx - 2]; in arg_extend3() local
560 if (first_type->tt_type == VAR_LIST) in arg_extend3()
562 if (first_type->tt_type == VAR_DICT) in arg_extend3()
612 type_T *first_type = context->arg_types[context->arg_idx - 1]; in arg_remove2() local
614 if (first_type->tt_type == VAR_LIST || first_type->tt_type == VAR_BLOB) in arg_remove2()
616 if (first_type->tt_type == VAR_DICT) in arg_remove2()