Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDOptions.cpp767 const char *cur_opt_str = cur_opt_std_str.c_str(); in HandleOptionCompletion() local
808 if (cur_opt_str && strlen (cur_opt_str) > 2 in HandleOptionCompletion()
809 && cur_opt_str[0] == '-' && cur_opt_str[1] == '-' in HandleOptionCompletion()
810 && strcmp (opt_defs[opt_defs_index].long_option, cur_opt_str) != 0) in HandleOptionCompletion()
831 if (cur_opt_str && strlen (cur_opt_str) > 2 in HandleOptionCompletion()
832 && cur_opt_str[0] == '-' && cur_opt_str[1] == '-') in HandleOptionCompletion()
836 … if (strstr(opt_defs[j].long_option, cur_opt_str + 2) == opt_defs[j].long_option) in HandleOptionCompletion()