| /vim-8.2.3635/src/ |
| H A D | job.c | 816 job_T *job; in free_jobs_to_free_later() local 887 job_T *job; in job_any_running() local 1068 job_T *job; in set_ref_in_job() local 1116 job_T *job; in free_unused_jobs_contents() local 1133 job_T *job; in free_unused_jobs() local 1154 job_T *job; in job_alloc() local 1202 job_T *job; in job_stop_on_exit() local 1281 job_T *job; in job_start() local 1771 job_T *job; in get_job_arg() local 1791 job_T *job; in f_job_getchannel() local [all …]
|
| H A D | os_unix.c | 4468 job_T *job; in mch_call_shell_terminal() local 5473 mch_job_start(char **argv, job_T *job, jobopt_T *options, int is_terminal) in mch_job_start() 5832 mch_job_status(job_T *job) in mch_job_status() 5890 job_T *job; in mch_detect_ended_job() local 5936 mch_signal_job(job_T *job, char_u *how) in mch_signal_job() 5974 mch_clear_job(job_T *job) in mch_clear_job() 5987 mch_create_pty_channel(job_T *job, jobopt_T *options) in mch_create_pty_channel()
|
| H A D | os_win32.c | 4681 job_T *job; in mch_call_shell_terminal() local 5266 mch_job_start(char *cmd, job_T *job, jobopt_T *options) in mch_job_start() 5451 mch_job_status(job_T *job) in mch_job_status() 5474 job_T *job = job_list; in mch_detect_ended_job() local 5548 mch_signal_job(job_T *job, char_u *how) in mch_signal_job() 5578 mch_clear_job(job_T *job) in mch_clear_job()
|
| H A D | channel.c | 1459 channel_set_job(channel_T *channel, job_T *job, jobopt_T *options) in channel_set_job() 3974 job_T *job = channel->ch_job; in channel_handle_events() local 4567 job_T *job = channel->ch_job; in channel_select_check() local
|
| H A D | terminal.c | 1566 job_T *job = term->tl_job; in term_job_running_check() local 1636 job_T *job; in term_try_stop_job() local 6586 job_T *job = NULL; in conpty_term_and_job_init() local 6937 job_T *job = NULL; in winpty_term_and_job_init() local
|
| H A D | globals.h | 1896 #define FOR_ALL_JOBS(job) \ argument
|
| H A D | vim9.h | 420 job_T *job; member
|
| H A D | eval.c | 4850 job_T *job = tv->vval.v_job; in set_ref_in_item() local
|
| H A D | vim9compile.c | 1245 generate_PUSHJOB(cctx_T *cctx, job_T *job) in generate_PUSHJOB()
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | context.vim | 84 function! context#callback(path, job, status) argument 115 function! context#callback(path, job, status) argument 127 function! s:callback(path, job, status) abort argument
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_channel.vim | 1344 func g:retdict.exit_cb(job, status) dict argument 1361 function ExitCbWipe(job, status) argument 1530 function MyExitCb(job, status) argument 1558 function MyExitTimeCb(job, status) argument 2003 func ExitCb(job, status) argument 2322 func ExitCb_cb_with_input(job, status) argument
|
| H A D | test_partial.vim | 280 func Ignored2(job, status) argument
|
| H A D | test_terminal.vim | 174 func s:Nasty_exit_cb(job, st) argument
|
| H A D | test_mapping.vim | 302 func ExitCb(job, status) argument
|
| /vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/ |
| H A D | termdebug.vim | 612 func s:EndTermDebug(job, status) argument 669 func s:EndPromptDebug(job, status) argument
|