Searched refs:highlight (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/games/tetris/
H A Dscores.c340 * the high scores; we do not need to check for printing in highlight
385 int row, highlight, i; local
392 highlight = 0;
416 highlight = 1;
419 if (highlight) {
421 highlight = 0;
/openbsd-current/gnu/usr.bin/binutils/gdb/tui/
H A Dtui-data.h182 int highlight; member in struct:tui_data_element
233 int highlight; member in struct:tui_win_element
295 int highlight);
H A Dtui-regs.c192 win->which_element.data.highlight = FALSE;
282 data->highlight = FALSE;
505 was_hilighted = data->highlight;
508 data->item_no, &data->highlight);
510 if (data->highlight || was_hilighted)
529 if (data->highlight)
539 if (data->highlight)
H A Dtui-data.c90 tui_set_win_highlight (struct tui_win_info *win_info, int highlight) argument
93 win_info->is_highlighted = highlight;
483 element->highlight = FALSE;
509 element->which_element.data.highlight = FALSE;
/openbsd-current/gnu/llvm/lldb/utils/lui/
H A Dsourcewin.py45 # FIXME: syntax highlight broken
160 line = "%s%3d %s" % (marker, line_num, self.highlight(content[i]))
168 def highlight(self, source): member in class:SourceWin
170 from pygments import highlight namespace
171 return highlight(source, self.lexer, self.formatter)
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp136 highlight();
173 highlight();
231 highlight();
280 highlight();
334 highlight();
337 // Don't highlight the # sign as a value.
397 highlight();
436 void MarkupFilter::highlight() { function in class:MarkupFilter
476 highlight();
490 highlight();
[all...]
/openbsd-current/gnu/llvm/llvm/utils/vim/syntax/
H A Dmir.vim28 " Syntax-highlight lit test commands and bug numbers.
H A Dllvm.vim235 " Syntax-highlight lit test commands and bug numbers.
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/
H A DMarkupFilter.h105 void highlight();
/openbsd-current/gnu/llvm/llvm/tools/opt-viewer/
H A Dopt-viewer.py16 from pygments import highlight namespace
77 html_highlighted = highlight(
83 # Python 3, pygments.highlight() returns a bytes object, so we
91 html_highlighted = html_highlighted.replace('<div class="highlight"><pre>', '')
100 <td><div class="highlight"><pre>{html_line}</pre></div></td>
336 '--no-highlight',
/openbsd-current/gnu/usr.bin/binutils/gdb/mi/
H A Dgdb-mi.el418 '(mouse-face highlight
483 '(mouse-face highlight
/openbsd-current/gnu/llvm/llvm/utils/
H A Dcodegen-diff118 disassembler, but it might help you highlight the more egregious cases
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1552 bool highlight = is_selected && current_choice == m_choice; local
1553 if (highlight)
1557 if (highlight)
1774 void DrawRemoveButton(Surface &surface, int highlight) { argument
1776 if (highlight)
1779 if (highlight)
1812 bool highlight = local
1814 if (highlight)
1817 if (highlight)
3899 void DrawMenuTitle(Window &window, bool highlight);
4021 DrawMenuTitle(Window &window, bool highlight) argument
4725 bool highlight = (selected_row_idx == static_cast<size_t>(m_row_idx)) && local
5746 DisplayRowObject(Window &window, Row &row, DisplayOptions &options, bool highlight, bool last_child) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/
H A DBase.pm133 highlight the position of the character in the C<switch> statement.
/openbsd-current/gnu/usr.bin/perl/win32/bin/
H A Dsearch.pl1828 + highlight matched portions of lines.

Completed in 129 milliseconds