Home
last modified time | relevance | path

Searched defs:is_selected (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/
H A DSelect.pm492 sub is_selected { subroutine
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1113 void DrawContent(Surface &surface, bool is_selected) { in DrawContent()
1133 void DrawField(Surface &surface, bool is_selected) { in DrawField()
1154 void FieldDelegateDraw(Surface &surface, bool is_selected) override { in FieldDelegateDraw()
1466 void FieldDelegateDraw(Surface &surface, bool is_selected) override { in FieldDelegateDraw()
1546 void DrawContent(Surface &surface, bool is_selected) { in DrawContent()
1562 void FieldDelegateDraw(Surface &surface, bool is_selected) override { in FieldDelegateDraw()
1783 void DrawFields(Surface &surface, bool is_selected) { in DrawFields()
1808 void DrawNewButton(Surface &surface, bool is_selected) { in DrawNewButton()
1821 void FieldDelegateDraw(Surface &surface, bool is_selected) override { in FieldDelegateDraw()
2076 void FieldDelegateDraw(Surface &surface, bool is_selected) override { in FieldDelegateDraw()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThread.cpp1743 bool is_selected = false; in GetStatus() local
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp137 bool is_selected = target_sp.get() == selected_target_sp.get(); in DumpTargetList() local