Home
last modified time | relevance | path

Searched refs:start_opt (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp137 llvm::StringRef start_opt("--start"); in GetRepeatCommand() local
161 } else if (arg_string == "-s" || start_opt.starts_with(arg_string)) { in GetRepeatCommand()
175 copy_args.AppendArgument(start_opt); in GetRepeatCommand()
/freebsd/crypto/openssl/apps/
H A Dcmp.c2186 int start_opt = OPT_VERBOSITY - OPT_HELP; in read_config() local
2194 for (opt = &cmp_options[start_opt], i = start_idx; in read_config()
2203 for (opt = &cmp_options[start_opt], i = start_idx; in read_config()