Home
last modified time | relevance | path

Searched refs:jo_stoponexit (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Djob.c703 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()
H A Dstructs.h2408 char_u *jo_stoponexit; member