Home
last modified time | relevance | path

Searched defs:highlight (Results 1 – 5 of 5) sorted by relevance

/freebsd/stand/lua/
H A Dcolor.lua108 function color.highlight(str) function
/freebsd/crypto/krb5/doc/html/_static/
H A Ddoctools.js74 function highlight(node, addItems) { function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp433 void MarkupFilter::highlight() { in highlight() function in MarkupFilter
/freebsd/usr.bin/ncal/
H A Dncal.c1119 highlight(char *dst, char *src, int len, int *extralen) in highlight() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1551 bool highlight = is_selected && current_choice == m_choice; in DrawContent() local
1773 void DrawRemoveButton(Surface &surface, int highlight) { in DrawRemoveButton()
1811 bool highlight = in DrawNewButton() local
4020 void Menu::DrawMenuTitle(Window &window, bool highlight) { in DrawMenuTitle()
4752 bool highlight = (selected_row_idx == static_cast<size_t>(m_row_idx)) && in Draw() local
5767 bool highlight, bool last_child) { in DisplayRowObject()