Lines Matching refs:ct
4232 checktype_T *ct = &iptr->isn_arg.type; in exec_instructions() local
4234 tv = STACK_TV_BOT((int)ct->ct_off); in exec_instructions()
4237 ectx->ec_where.wt_index = ct->ct_arg_idx; in exec_instructions()
4238 if (check_typval_type(ct->ct_type, tv, ectx->ec_where) in exec_instructions()
4246 && ct->ct_type->tt_type == VAR_BOOL in exec_instructions()
4279 checktype_T *ct = &iptr->isn_arg.type; in exec_instructions() local
4285 tv->vval.v_dict->dv_type = alloc_type(ct->ct_type); in exec_instructions()
4290 tv->vval.v_list->lv_type = alloc_type(ct->ct_type); in exec_instructions()
5684 checktype_T *ct = &iptr->isn_arg.type; in list_instructions() local
5687 if (ct->ct_arg_idx == 0) in list_instructions()
5689 type_name(ct->ct_type, &tofree), in list_instructions()
5690 (int)ct->ct_off); in list_instructions()
5694 type_name(ct->ct_type, &tofree), in list_instructions()
5695 (int)ct->ct_off, in list_instructions()
5696 (int)ct->ct_arg_idx); in list_instructions()