Searched refs:new_flag (Results 1 – 1 of 1) sorted by relevance
2217 xo_xof_flags_t new_flag; in xo_set_options_simple() local2238 new_flag = xo_name_lookup(xo_xof_simple_names, cp, -1); in xo_set_options_simple()2239 if (new_flag != 0) { in xo_set_options_simple()2240 XOF_SET(xop, new_flag); in xo_set_options_simple()2267 xo_xof_flags_t new_flag; in xo_set_options() local2413 new_flag = xo_name_to_flag(cp); in xo_set_options()2414 if (new_flag != 0) in xo_set_options()2415 XOF_SET(xop, new_flag); in xo_set_options()