Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Devalfunc.c3975 int dict_idx = 0; in common_function() local
4005 dict_idx = 2; in common_function()
4009 dict_idx = 1; in common_function()
4013 if (dict_idx > 0) in common_function()
4015 if (argvars[dict_idx].v_type != VAR_DICT) in common_function()
4021 if (argvars[dict_idx].vval.v_dict == NULL) in common_function()
4022 dict_idx = 0; in common_function()
4043 if (dict_idx > 0 || arg_idx > 0 || arg_pt != NULL || is_funcref) in common_function()
4083 if (dict_idx > 0) in common_function()
4086 pt->pt_dict = argvars[dict_idx].vval.v_dict; in common_function()