Searched refs:opt_set (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/ntp/sntp/libopts/
H A Dfind.c46 opt_set(tOptions * opts, char * arg, int idx, bool disable, tOptState * st);
209 opt_set(tOptions * opts, char * arg, int idx, bool disable, tOptState * st) function
397 case 1: return opt_set(opts, opt_arg, idx, disable, state);
/freebsd-11.0-release/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp257 for (uint32_t opt_set = 0; opt_set < num_option_sets; opt_set++)
261 opt_set_mask = 1 << opt_set;
263 if (opt_set > 0)
299 if (!is_help_line && (opt_set <= last_option_set_with_args))
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptions.cpp512 for (uint32_t opt_set = 0; opt_set < num_option_sets; ++opt_set)
516 opt_set_mask = 1 << opt_set;
517 if (opt_set > 0)

Completed in 118 milliseconds