Home
last modified time | relevance | path

Searched refs:jo_set (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/
H A Djob.c25 opt->jo_set |= jo; in handle_mode()
262 opt->jo_set |= JO_IN_TOP; in get_job_options()
267 opt->jo_set |= JO_IN_BOT; in get_job_options()
280 opt->jo_set |= JO_CHANNEL; in get_job_options()
292 opt->jo_set |= JO_CALLBACK; in get_job_options()
354 opt->jo_set |= JO_EXIT_CB; in get_job_options()
651 opt->jo_set |= JO_WAITTIME; in get_job_options()
658 opt->jo_set |= JO_TIMEOUT; in get_job_options()
679 opt->jo_set |= JO_PART; in get_job_options()
695 opt->jo_set |= JO_ID; in get_job_options()
[all …]
H A Dchannel.c1169 if (opt->jo_set & JO_MODE) in channel_set_options()
1172 if (opt->jo_set & JO_IN_MODE) in channel_set_options()
1180 if (opt->jo_set & JO_TIMEOUT) in channel_set_options()
1209 if (opt->jo_set & JO_OUT_BUF) in channel_set_options()
1375 opt.jo_set = JO_ALL; in channel_open_func()
1472 if (options->jo_set & JO_IN_TOP) in channel_set_job()
3874 if (opt.jo_set & JO_PART) in common_channel_read()
3883 if (opt.jo_set & JO_TIMEOUT) in common_channel_read()
3914 if (opt.jo_set & JO_ID) in common_channel_read()
4302 if (opt.jo_set & JO_TIMEOUT) in ch_expr_common()
[all …]
H A Dterminal.c345 opt->jo_set = JO_MODE | JO_OUT_MODE | JO_ERR_MODE; in init_job_options()
357 if (!(opt->jo_set & JO_OUT_IO)) in setup_job_options()
364 opt->jo_set |= JO_OUT_IO + JO_OUT_BUF + JO_OUT_MODIFIABLE; in setup_job_options()
370 if (!(opt->jo_set & JO_ERR_IO)) in setup_job_options()
377 opt->jo_set |= JO_ERR_IO + JO_ERR_BUF + JO_ERR_MODIFIABLE; in setup_job_options()
452 if ((opt->jo_set & (JO_IN_IO + JO_OUT_IO + JO_ERR_IO)) in term_start()
454 || (!(opt->jo_set & JO_OUT_IO) && (opt->jo_set & JO_OUT_BUF)) in term_start()
455 || (!(opt->jo_set & JO_ERR_IO) && (opt->jo_set & JO_ERR_BUF)) in term_start()
887 opt.jo_set |= JO_IN_IO | JO_IN_BUF | JO_IN_TOP | JO_IN_BOT; in ex_terminal()
6687 if (opt->jo_set & JO_IN_BUF) in conpty_term_and_job_init()
[all …]
H A Dstructs.h2373 int jo_set; // JO_ bits for values that were set member
H A Dos_unix.c5556 if (options->jo_set & JO_CHANNEL) in mch_job_start()
H A Dos_win32.c5378 if (options->jo_set & JO_CHANNEL) in mch_job_start()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt8610 Solution: Initialize jo_set.