Searched refs:jo_stoponexit (Results 1 – 2 of 2) sorted by relevance
703 opt->jo_stoponexit = tv_get_string_buf_chk(item, in get_job_options()705 if (opt->jo_stoponexit == NULL) in get_job_options()1178 if (opt->jo_stoponexit == NULL || *opt->jo_stoponexit == NUL) in job_set_options()1181 job->jv_stoponexit = vim_strsave(opt->jo_stoponexit); in job_set_options()
2408 char_u *jo_stoponexit; member