Searched refs:jv_stoponexit (Results 1 – 2 of 2) sorted by relevance
753 vim_free(job->jv_stoponexit); in job_free_contents()848 && (job->jv_stoponexit != NULL || job->jv_exit_cb.cb_name != NULL); in job_need_end_check()1160 job->jv_stoponexit = vim_strsave((char_u *)"term"); in job_alloc()1177 vim_free(job->jv_stoponexit); in job_set_options()1179 job->jv_stoponexit = NULL; in job_set_options()1181 job->jv_stoponexit = vim_strsave(opt->jo_stoponexit); in job_set_options()1205 if (job->jv_status == JOB_STARTED && job->jv_stoponexit != NULL) in job_stop_on_exit()1206 mch_signal_job(job, job->jv_stoponexit); in job_stop_on_exit()1840 dict_add_string(dict, "stoponexit", job->jv_stoponexit); in job_info()
2121 char_u *jv_stoponexit; // allocated member