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

/external/lldb/source/Interpreter/
H A DOptions.cpp760 const char *cur_opt_str = cur_opt_std_str.c_str(); local
801 if (cur_opt_str && strlen (cur_opt_str) > 2
802 && cur_opt_str[0] == '-' && cur_opt_str[1] == '-'
803 && strcmp (opt_defs[opt_defs_index].long_option, cur_opt_str) != 0)
824 if (cur_opt_str && strlen (cur_opt_str) > 2
825 && cur_opt_str[0] == '-' && cur_opt_str[
[all...]

Completed in 1298 milliseconds