Lines Matching refs:tt_type
230 if (type->tt_type == VAR_ANY in arg_float_or_nr()
231 || type->tt_type == VAR_FLOAT || type->tt_type == VAR_NUMBER) in arg_float_or_nr()
315 if (type->tt_type == VAR_ANY in arg_list_or_blob()
316 || type->tt_type == VAR_LIST || type->tt_type == VAR_BLOB) in arg_list_or_blob()
328 if (type->tt_type == VAR_ANY in arg_string_or_nr()
329 || type->tt_type == VAR_STRING || type->tt_type == VAR_NUMBER) in arg_string_or_nr()
341 if (type->tt_type == VAR_ANY in arg_buffer()
342 || type->tt_type == VAR_STRING || type->tt_type == VAR_NUMBER) in arg_buffer()
354 if (type->tt_type == VAR_ANY in arg_buffer_or_dict_any()
355 || type->tt_type == VAR_STRING in arg_buffer_or_dict_any()
356 || type->tt_type == VAR_NUMBER in arg_buffer_or_dict_any()
357 || type->tt_type == VAR_DICT) in arg_buffer_or_dict_any()
369 if (type->tt_type == VAR_ANY in arg_lnum()
370 || type->tt_type == VAR_STRING || type->tt_type == VAR_NUMBER) in arg_lnum()
382 if (type->tt_type == VAR_ANY || type->tt_type == VAR_STRING) in arg_string_or_list_string()
384 if (type->tt_type != VAR_LIST) in arg_string_or_list_string()
389 if (type->tt_member->tt_type == VAR_ANY in arg_string_or_list_string()
390 || type->tt_member->tt_type == VAR_STRING) in arg_string_or_list_string()
403 if (type->tt_type == VAR_ANY in arg_string_or_list_any()
404 || type->tt_type == VAR_STRING || type->tt_type == VAR_LIST) in arg_string_or_list_any()
416 if (type->tt_type == VAR_ANY in arg_string_or_blob()
417 || type->tt_type == VAR_STRING || type->tt_type == VAR_BLOB) in arg_string_or_blob()
429 if (type->tt_type == VAR_ANY in arg_list_or_dict()
430 || type->tt_type == VAR_LIST || type->tt_type == VAR_DICT) in arg_list_or_dict()
442 if (type->tt_type == VAR_ANY in arg_list_or_dict_or_blob()
443 || type->tt_type == VAR_LIST in arg_list_or_dict_or_blob()
444 || type->tt_type == VAR_DICT in arg_list_or_dict_or_blob()
445 || type->tt_type == VAR_BLOB) in arg_list_or_dict_or_blob()
466 if (type->tt_type == VAR_ANY in arg_chan_or_job()
467 || type->tt_type == VAR_CHANNEL in arg_chan_or_job()
468 || type->tt_type == VAR_JOB) in arg_chan_or_job()
496 if (prev_type->tt_type != context->arg_types[context->arg_idx]->tt_type) in arg_same_struct_as_prev()
511 if (prev_type->tt_type == VAR_LIST) in arg_item_of_prev()
513 else if (prev_type->tt_type == VAR_BLOB) in arg_item_of_prev()
528 if (type->tt_type == VAR_ANY in arg_str_or_nr_or_list()
529 || type->tt_type == VAR_STRING in arg_str_or_nr_or_list()
530 || type->tt_type == VAR_NUMBER in arg_str_or_nr_or_list()
531 || type->tt_type == VAR_LIST) in arg_str_or_nr_or_list()
543 if (type->tt_type == VAR_ANY in arg_dict_any_or_string()
544 || type->tt_type == VAR_DICT in arg_dict_any_or_string()
545 || type->tt_type == VAR_STRING) in arg_dict_any_or_string()
560 if (first_type->tt_type == VAR_LIST) in arg_extend3()
562 if (first_type->tt_type == VAR_DICT) in arg_extend3()
574 if (type->tt_type == VAR_ANY in arg_get1()
575 || type->tt_type == VAR_BLOB in arg_get1()
576 || type->tt_type == VAR_LIST in arg_get1()
577 || type->tt_type == VAR_DICT in arg_get1()
578 || type->tt_type == VAR_FUNC in arg_get1()
579 || type->tt_type == VAR_PARTIAL) in arg_get1()
593 if (type->tt_type == VAR_ANY in arg_len1()
594 || type->tt_type == VAR_STRING in arg_len1()
595 || type->tt_type == VAR_NUMBER in arg_len1()
596 || type->tt_type == VAR_BLOB in arg_len1()
597 || type->tt_type == VAR_LIST in arg_len1()
598 || type->tt_type == VAR_DICT) in arg_len1()
614 if (first_type->tt_type == VAR_LIST || first_type->tt_type == VAR_BLOB) in arg_remove2()
616 if (first_type->tt_type == VAR_DICT) in arg_remove2()
628 if (type->tt_type == VAR_ANY in arg_repeat1()
629 || type->tt_type == VAR_STRING in arg_repeat1()
630 || type->tt_type == VAR_NUMBER in arg_repeat1()
631 || type->tt_type == VAR_LIST) in arg_repeat1()
645 if (type->tt_type == VAR_ANY in arg_slice1()
646 || type->tt_type == VAR_LIST in arg_slice1()
647 || type->tt_type == VAR_BLOB in arg_slice1()
648 || type->tt_type == VAR_STRING) in arg_slice1()
662 if (type->tt_type == VAR_ANY in arg_count1()
663 || type->tt_type == VAR_STRING in arg_count1()
664 || type->tt_type == VAR_LIST in arg_count1()
665 || type->tt_type == VAR_DICT) in arg_count1()
679 if (type->tt_type == VAR_ANY in arg_cursor1()
680 || type->tt_type == VAR_NUMBER in arg_cursor1()
681 || type->tt_type == VAR_STRING in arg_cursor1()
682 || type->tt_type == VAR_LIST) in arg_cursor1()
960 if (argtypes[0]->tt_type == VAR_LIST) in ret_first_cont()
962 if (argtypes[0]->tt_type == VAR_DICT) in ret_first_cont()
964 if (argtypes[0]->tt_type == VAR_BLOB) in ret_first_cont()
1010 if (argtypes[0]->tt_type == VAR_LIST in ret_remove()
1011 || argtypes[0]->tt_type == VAR_DICT) in ret_remove()
1013 if (argtypes[0]->tt_type == VAR_BLOB) in ret_remove()
4145 if (argcount == 1 && argtypes[0]->tt_type == VAR_STRING) in ret_f_function()