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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObjectRegexCommand.cpp37 size_t idx, percent_var_idx; local
43 for (idx = 0; (percent_var_idx = new_command.find(
45 new_command.erase(percent_var_idx, percent_var_len);
46 new_command.insert(percent_var_idx, match_str);
47 idx += percent_var_idx + match_str.size();

Completed in 59 milliseconds