Lines Matching refs:VAR_LIST
71 case VAR_LIST: in free_tv()
125 case VAR_LIST: in clear_tv()
211 case VAR_LIST: in tv_get_bool_or_number_chk()
316 case VAR_LIST: in tv_get_float()
496 if (args[idx].v_type != VAR_LIST) in check_for_list_arg()
690 if (args[idx].v_type != VAR_STRING && args[idx].v_type != VAR_LIST) in check_for_string_or_list_arg()
737 && args[idx].v_type != VAR_LIST) in check_for_string_or_number_or_list_arg()
767 && args[idx].v_type != VAR_LIST in check_for_string_or_list_or_dict_arg()
785 if (args[idx].v_type != VAR_LIST && args[idx].v_type != VAR_BLOB) in check_for_list_or_blob_arg()
802 if (args[idx].v_type != VAR_LIST in check_for_list_or_dict_arg()
821 if (args[idx].v_type != VAR_LIST in check_for_list_or_dict_or_blob_arg()
929 case VAR_LIST: in tv_get_string_buf_chk_strict()
996 if (varp->v_type == VAR_LIST in tv_stringify()
1030 case VAR_LIST: in tv_check_lock()
1116 case VAR_LIST: in copy_tv()
1193 else if (typ1->v_type == VAR_LIST || typ2->v_type == VAR_LIST) in typval_compare()
1454 || (tv->v_type == VAR_LIST in tv_islocked()
1566 case VAR_LIST: in tv_equal()