/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionGroupFile.cpp | 18 uint32_t completion_type, in OptionGroupFile() argument 28 m_option_definition.completion_type = completion_type; in OptionGroupFile() 47 int short_option, uint32_t completion_type, in OptionGroupFileList() argument 57 m_option_definition.completion_type = completion_type; in OptionGroupFileList()
|
H A D | OptionGroupString.cpp | 18 uint32_t completion_type, in OptionGroupString() argument 30 m_option_definition.completion_type = completion_type; in OptionGroupString()
|
H A D | OptionGroupUInt64.cpp | 18 uint32_t completion_type, in OptionGroupUInt64() argument 30 m_option_definition.completion_type = completion_type; in OptionGroupUInt64()
|
H A D | OptionGroupPythonClassWithDict.cpp | 43 m_option_definition[0].completion_type = 0; in OptionGroupPythonClassWithDict() 54 m_option_definition[1].completion_type = 0; in OptionGroupPythonClassWithDict() 65 m_option_definition[2].completion_type = 0; in OptionGroupPythonClassWithDict() 76 m_option_definition[3].completion_type = 0; in OptionGroupPythonClassWithDict()
|
H A D | OptionGroupBoolean.cpp | 31 m_option_definition.completion_type = 0; in OptionGroupBoolean()
|
H A D | CommandObject.cpp | 330 if (arg_entry == nullptr || arg_entry->completion_type == lldb::eNoCompletion) in HandleArgumentCompletion() 340 GetCommandInterpreter(), arg_entry->completion_type, request, nullptr); in HandleArgumentCompletion()
|
H A D | Options.cpp | 703 uint32_t completion_mask = opt_defs[opt_defs_index].completion_type; in HandleOptionArgumentCompletion() 713 completion_mask = arg_entry->completion_type; in HandleOptionArgumentCompletion()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | OptionGroupFile.h | 23 int short_option, uint32_t completion_type, 53 uint32_t completion_type,
|
H A D | OptionGroupString.h | 21 int short_option, uint32_t completion_type,
|
H A D | OptionGroupUInt64.h | 22 int short_option, uint32_t completion_type,
|
H A D | CommandObject.h | 86 lldb::CompletionType completion_type; member
|
/freebsd/contrib/libedit/ |
H A D | filecomplete.c | 665 int *completion_type, int *over, int *point, int *end, in fn_complete2() argument 681 if (completion_type != NULL) in fn_complete2() 682 *completion_type = what_to_do; in fn_complete2() 835 int *completion_type, int *over, int *point, int *end) in fn_complete() argument 839 completion_type, over, point, end, in fn_complete()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | OptionDefinition.h | 42 uint32_t completion_type; member
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectCommands.cpp | 1032 CompletionType completion_type) in CommandObjectPythonFunction() argument 1034 m_synchro(synch), m_completion_type(completion_type) { in CommandObjectPythonFunction() 1119 CompletionType completion_type) in CommandObjectScriptingObjectRaw() argument 1122 m_fetched_help_long(false), m_completion_type(completion_type) { in CommandObjectScriptingObjectRaw() 1500 uint64_t completion_type = uint_val->GetValue(); in SetOptionsFromArray() local 1501 if (completion_type > eCustomCompletion) { in SetOptionsFromArray() 1503 "beyond the CompletionType bounds", completion_type); in SetOptionsFromArray() 1506 option_def.completion_type = (CommandArgumentType) completion_type; in SetOptionsFromArray() 1508 option_def.completion_type = eNoCompletion; in SetOptionsFromArray() 2102 lldb::CompletionType completion_type = in SetOptionValue() local [all …]
|
H A D | OptionsBase.td | 64 // Field: completion_type
|