Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp131 llvm::StringRef start_opt("--start"); in GetRepeatCommand() local
155 } else if (arg_string.equals("-s") || start_opt.starts_with(arg_string)) { in GetRepeatCommand()
169 copy_args.AppendArgument(start_opt); in GetRepeatCommand()
/freebsd-14.2/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()