Lines Matching refs:VAR_LIST

316 		     || type->tt_type == VAR_LIST || type->tt_type == VAR_BLOB)  in arg_list_or_blob()
384 if (type->tt_type != VAR_LIST) in arg_string_or_list_string()
404 || type->tt_type == VAR_STRING || type->tt_type == VAR_LIST) in arg_string_or_list_any()
430 || type->tt_type == VAR_LIST || type->tt_type == VAR_DICT) in arg_list_or_dict()
443 || type->tt_type == VAR_LIST in arg_list_or_dict_or_blob()
511 if (prev_type->tt_type == VAR_LIST) in arg_item_of_prev()
531 || type->tt_type == VAR_LIST) in arg_str_or_nr_or_list()
560 if (first_type->tt_type == VAR_LIST) in arg_extend3()
576 || type->tt_type == VAR_LIST in arg_get1()
597 || type->tt_type == VAR_LIST in arg_len1()
614 if (first_type->tt_type == VAR_LIST || first_type->tt_type == VAR_BLOB) in arg_remove2()
631 || type->tt_type == VAR_LIST) in arg_repeat1()
646 || type->tt_type == VAR_LIST in arg_slice1()
664 || type->tt_type == VAR_LIST in arg_count1()
682 || type->tt_type == VAR_LIST) in arg_cursor1()
960 if (argtypes[0]->tt_type == VAR_LIST) in ret_first_cont()
1010 if (argtypes[0]->tt_type == VAR_LIST in ret_remove()
2680 if (argvars[0].v_type == VAR_LIST in f_balloon_show()
2791 if (argvars[1].v_type != VAR_LIST) in f_call()
3039 if (argvars[0].v_type == VAR_LIST) in set_cursorpos()
3216 case VAR_LIST: in f_empty()
3474 if (argvars[arg_off].v_type == VAR_LIST) in execute_common()
3698 if (rettv->v_type == VAR_LIST) in f_expand()
4026 if (argvars[arg_idx].v_type != VAR_LIST) in common_function()
4209 else if (argvars[0].v_type == VAR_LIST) in f_get()
4269 rettv->v_type = VAR_LIST; in f_get()
4669 rettv->v_type = VAR_LIST; in f_getreg()
6354 else if (argvars[0].v_type != VAR_LIST) in f_index()
6466 if (argvars[0].v_type != VAR_LIST || argvars[0].vval.v_list == NULL) in f_inputlist()
6661 case VAR_LIST: in f_len()
6910 if (argvars[0].v_type == VAR_LIST) in find_some_match()
7139 if (argvars[0].v_type == VAR_LIST) in max_min()
7625 else if (argvars[0].v_type == VAR_LIST) in f_rand()
7916 if (argvars[0].v_type == VAR_LIST) in f_repeat()
9038 if (regcontents && regcontents->v_type == VAR_LIST) in f_setreg()
9537 rettv->v_type = VAR_LIST; in f_submatch()
9965 case VAR_LIST: n = VAR_TYPE_LIST; break; in f_type()