Lines Matching refs:jo_set

1169     if (opt->jo_set & JO_MODE)  in channel_set_options()
1172 if (opt->jo_set & JO_IN_MODE) in channel_set_options()
1174 if (opt->jo_set & JO_OUT_MODE) in channel_set_options()
1176 if (opt->jo_set & JO_ERR_MODE) in channel_set_options()
1180 if (opt->jo_set & JO_TIMEOUT) in channel_set_options()
1183 if (opt->jo_set & JO_OUT_TIMEOUT) in channel_set_options()
1185 if (opt->jo_set & JO_ERR_TIMEOUT) in channel_set_options()
1187 if (opt->jo_set & JO_BLOCK_WRITE) in channel_set_options()
1190 if (opt->jo_set & JO_CALLBACK) in channel_set_options()
1192 if (opt->jo_set & JO_OUT_CALLBACK) in channel_set_options()
1195 if (opt->jo_set & JO_ERR_CALLBACK) in channel_set_options()
1198 if (opt->jo_set & JO_CLOSE_CALLBACK) in channel_set_options()
1202 if ((opt->jo_set & JO_OUT_IO) && opt->jo_io[PART_OUT] == JIO_BUFFER) in channel_set_options()
1207 if (!(opt->jo_set & JO_OUT_MODE)) in channel_set_options()
1209 if (opt->jo_set & JO_OUT_BUF) in channel_set_options()
1225 if (opt->jo_set & JO_OUT_MODIFIABLE) in channel_set_options()
1245 if ((opt->jo_set & JO_ERR_IO) && (opt->jo_io[PART_ERR] == JIO_BUFFER in channel_set_options()
1246 || (opt->jo_io[PART_ERR] == JIO_OUT && (opt->jo_set & JO_OUT_IO) in channel_set_options()
1252 if (!(opt->jo_set & JO_ERR_MODE)) in channel_set_options()
1256 else if (opt->jo_set & JO_ERR_BUF) in channel_set_options()
1272 if (opt->jo_set & JO_ERR_MODIFIABLE) 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()
1474 if (options->jo_in_top == 0 && !(options->jo_set & JO_IN_BOT)) in channel_set_job()
1488 if (options->jo_set & JO_IN_BOT) 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()
4359 if (opt.jo_set & JO_TIMEOUT) in ch_raw_common()
5078 && (opt.jo_set & JO_PART)) in f_ch_status()