Lines Matching refs:VAR_DICT
207 if (tv->v_type == VAR_DICT) in dict_stack_get_dict()
1191 case VAR_DICT: in allocate_if_null()
2201 tv->v_type = VAR_DICT; in exec_instructions()
2448 if (dest_type == VAR_DICT) in exec_instructions()
2506 else if (status == OK && dest_type == VAR_DICT) in exec_instructions()
2746 if (tv_dest->v_type == VAR_DICT) in exec_instructions()
3057 tv->v_type = VAR_DICT; in exec_instructions()
4147 if (tv->v_type != VAR_DICT || tv->vval.v_dict == NULL) in exec_instructions()
4184 && dict_tv->v_type == VAR_DICT in exec_instructions()
4282 if (tv->v_type == VAR_DICT && tv->vval.v_dict != NULL) in exec_instructions()
5950 case VAR_DICT: in tv2bool()