Lines Matching refs:VAR_DICT
357 || type->tt_type == VAR_DICT) in arg_buffer_or_dict_any()
430 || type->tt_type == VAR_LIST || type->tt_type == VAR_DICT) in arg_list_or_dict()
444 || type->tt_type == VAR_DICT in arg_list_or_dict_or_blob()
544 || type->tt_type == VAR_DICT in arg_dict_any_or_string()
562 if (first_type->tt_type == VAR_DICT) in arg_extend3()
577 || type->tt_type == VAR_DICT in arg_get1()
598 || type->tt_type == VAR_DICT) in arg_len1()
616 if (first_type->tt_type == VAR_DICT) in arg_remove2()
665 || type->tt_type == VAR_DICT) in arg_count1()
962 if (argtypes[0]->tt_type == VAR_DICT) in ret_first_cont()
1011 || argtypes[0]->tt_type == VAR_DICT) in ret_remove()
2813 if (argvars[2].v_type != VAR_DICT) in f_call()
3220 case VAR_DICT: in f_empty()
4007 else if (argvars[1].v_type == VAR_DICT) in common_function()
4015 if (argvars[dict_idx].v_type != VAR_DICT) in common_function()
4220 else if (argvars[0].v_type == VAR_DICT) in f_get()
6664 case VAR_DICT: in f_len()
7178 else if (argvars[0].v_type == VAR_DICT) in max_min()
8785 if (argvars[0].v_type != VAR_DICT) in f_setcharsearch()
8972 if (argvars[1].v_type == VAR_DICT) in f_setreg()
9129 if (argvars[1].v_type != VAR_DICT) in f_settagstack()
9966 case VAR_DICT: n = VAR_TYPE_DICT; break; in f_type()