Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupFile.cpp19 uint32_t completion_type, in OptionGroupFile() argument
30 m_option_definition.completion_type = completion_type; in OptionGroupFile()
51 int short_option, uint32_t completion_type, in OptionGroupFileList() argument
61 m_option_definition.completion_type = completion_type; in OptionGroupFileList()
H A DOptionGroupString.cpp19 uint32_t completion_type, in OptionGroupString() argument
31 m_option_definition.completion_type = completion_type; in OptionGroupString()
H A DOptionGroupUInt64.cpp19 uint32_t completion_type, in OptionGroupUInt64() argument
31 m_option_definition.completion_type = completion_type; in OptionGroupUInt64()
H A DOptionGroupBoolean.cpp32 m_option_definition.completion_type = 0; in OptionGroupBoolean()
H A DOptions.cpp795 uint32_t completion_mask = opt_defs[opt_defs_index].completion_type; in HandleOptionArgumentCompletion()
805 completion_mask = arg_entry->completion_type; in HandleOptionArgumentCompletion()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionGroupFile.h26 int short_option, uint32_t completion_type,
59 uint32_t completion_type,
H A DOptionGroupString.h24 int short_option, uint32_t completion_type,
H A DOptionGroupUInt64.h25 int short_option, uint32_t completion_type,
H A DCommandObject.h85 CommandCompletions::CommonCompletionTypes completion_type; member
/freebsd-12.1/lib/libedit/
H A Dfilecomplete.c419 int *completion_type, int *over, int *point, int *end, in fn_complete() argument
437 if (completion_type != NULL) in fn_complete()
438 *completion_type = what_to_do; in fn_complete()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-types.h119 uint32_t completion_type; // Cookie the option class can use to do define the member