Home
last modified time | relevance | path

Searched refs:JO_EXIT_CB (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Djob.c352 if (!(supported & JO_EXIT_CB)) in get_job_options()
354 opt->jo_set |= JO_EXIT_CB; in get_job_options()
1183 if (opt->jo_set & JO_EXIT_CB) in job_set_options()
1310 + JO_EXIT_CB + JO_OUT_IO + JO_BLOCK_WRITE, in job_start()
1916 if (get_job_options(&argvars[1], &opt, JO_STOPONEXIT + JO_EXIT_CB, 0) == OK) in f_job_setoptions()
H A Dstructs.h2324 #define JO_EXIT_CB 0x8000 // "exit_cb" macro
H A Dterminal.c6385 + JO_EXIT_CB + JO_CLOSE_CALLBACK + JO_OUT_IO, in f_term_start()