Searched refs:jo_set (Results 1 – 7 of 7) sorted by relevance
25 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 …]
1169 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 …]
345 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 …]
2373 int jo_set; // JO_ bits for values that were set member
5556 if (options->jo_set & JO_CHANNEL) in mch_job_start()
5378 if (options->jo_set & JO_CHANNEL) in mch_job_start()
8610 Solution: Initialize jo_set.