Searched refs:VAR_JOB (Results 1 – 17 of 17) sorted by relevance
77 case VAR_JOB: in free_tv()143 case VAR_JOB: in clear_tv()228 case VAR_JOB: in tv_get_bool_or_number_chk()328 case VAR_JOB: in tv_get_float()550 if (args[idx].v_type != VAR_CHANNEL && args[idx].v_type != VAR_JOB) in check_for_chan_or_job_arg()578 if (args[idx].v_type != VAR_JOB) in check_for_job_arg()956 case VAR_JOB: in tv_get_string_buf_chk_strict()1069 case VAR_JOB: in copy_tv()1595 case VAR_JOB: in tv_equal()
1039 argv[0].v_type = VAR_JOB; in job_cleanup()1074 tv.v_type = VAR_JOB; in set_ref_in_job()1773 if (tv->v_type != VAR_JOB) in get_job_arg()1869 tv.v_type = VAR_JOB; in job_info_all()1927 rettv->v_type = VAR_JOB; in f_job_start()1948 if (argvars[0].v_type == VAR_JOB && argvars[0].vval.v_job == NULL) in f_job_status()
1473 case VAR_JOB: in tv_op()2956 || var2.v_type == VAR_JOB)) in eval5()4107 case VAR_JOB: in check_can_index()4210 case VAR_JOB: in eval_index_inner()4848 else if (tv->v_type == VAR_JOB) in set_ref_in_item()5098 case VAR_JOB: in echo_string_core()5102 r = tv->v_type == VAR_JOB ? job_to_string_buf(tv, numbuf) in echo_string_core()5965 case VAR_JOB: in item_copy()6192 if (rettv.v_type == VAR_CHANNEL || rettv.v_type == VAR_JOB) in ex_execute()
1002 case VAR_JOB: in equal_type()1153 case VAR_JOB: return "job"; in vartype_name()
1099 case VAR_JOB: in f_test_refcount()1205 rettv->v_type = VAR_JOB; in f_test_null_job()
231 case VAR_JOB: in json_encode_item()
1990 || tv->v_type == VAR_JOB) in exec_instructions()2956 tv->v_type = VAR_JOB; in exec_instructions()5367 tv.v_type = VAR_JOB; in list_instructions()5956 case VAR_JOB: in tv2bool()
468 || type->tt_type == VAR_JOB) in arg_chan_or_job()3234 case VAR_JOB: in f_empty()3482 else if (argvars[arg_off].v_type == VAR_JOB in execute_common()6675 case VAR_JOB: in f_len()9970 case VAR_JOB: n = VAR_TYPE_JOB; break; in f_type()
418 EXTERN type_T t_job INIT6(VAR_JOB, 0, 0, TTFLAG_STATIC, NULL, NULL);
3819 if (tv->v_type == VAR_JOB) in get_channel_arg()4885 rettv->v_type = VAR_JOB; in f_ch_getjob()
1407 VAR_JOB, // "v_job" is used enumerator
1378 case VAR_JOB: in write_viminfo_varlist()
4682 tv.v_type = VAR_JOB; in set_ref_in_term()5790 rettv->v_type = VAR_JOB; in f_term_getjob()
1921 case VAR_JOB: in item_lock()
661 case VAR_JOB: in may_generate_2STRING()7224 case VAR_JOB: in compile_assignment()
6427 case VAR_JOB: in ConvertToPyObject()
8146 Solution: Add VAR_JOB.