Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtypval.c77 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()
H A Djob.c1039 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()
H A Deval.c1473 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()
H A Dvim9type.c1002 case VAR_JOB: in equal_type()
1153 case VAR_JOB: return "job"; in vartype_name()
H A Dtesting.c1099 case VAR_JOB: in f_test_refcount()
1205 rettv->v_type = VAR_JOB; in f_test_null_job()
H A Djson.c231 case VAR_JOB: in json_encode_item()
H A Dvim9execute.c1990 || 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()
H A Devalfunc.c468 || 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()
H A Dglobals.h418 EXTERN type_T t_job INIT6(VAR_JOB, 0, 0, TTFLAG_STATIC, NULL, NULL);
H A Dchannel.c3819 if (tv->v_type == VAR_JOB) in get_channel_arg()
4885 rettv->v_type = VAR_JOB; in f_ch_getjob()
H A Dstructs.h1407 VAR_JOB, // "v_job" is used enumerator
H A Dviminfo.c1378 case VAR_JOB: in write_viminfo_varlist()
H A Dterminal.c4682 tv.v_type = VAR_JOB; in set_ref_in_term()
5790 rettv->v_type = VAR_JOB; in f_term_getjob()
H A Devalvars.c1921 case VAR_JOB: in item_lock()
H A Dvim9compile.c661 case VAR_JOB: in may_generate_2STRING()
7224 case VAR_JOB: in compile_assignment()
H A Dif_py_both.h6427 case VAR_JOB: in ConvertToPyObject()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt8146 Solution: Add VAR_JOB.