Home
last modified time | relevance | path

Searched refs:highlight (Results 1 – 25 of 39) sorted by relevance

12

/openbsd/games/tetris/
H A Dscores.c385 int row, highlight, i; in printem() local
392 highlight = 0; in printem()
416 highlight = 1; in printem()
419 if (highlight) { in printem()
421 highlight = 0; in printem()
/openbsd/gnu/usr.bin/binutils/gdb/tui/
H A Dtui-regs.c192 win->which_element.data.highlight = FALSE; in tui_show_registers()
282 data->highlight = FALSE; in tui_show_register_group()
505 was_hilighted = data->highlight; in tui_check_register_values()
508 data->item_no, &data->highlight); in tui_check_register_values()
510 if (data->highlight || was_hilighted) in tui_check_register_values()
529 if (data->highlight) in tui_display_register()
539 if (data->highlight) in tui_display_register()
H A Dtui-data.h182 int highlight; member
233 int highlight; member
295 int highlight);
H A Dtui-data.c90 tui_set_win_highlight (struct tui_win_info *win_info, int highlight) in tui_set_win_highlight() argument
93 win_info->is_highlighted = highlight; in tui_set_win_highlight()
483 element->highlight = FALSE; in init_content_element()
509 element->which_element.data.highlight = FALSE; in init_content_element()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp136 highlight(); in tryReset()
173 highlight(); in beginModuleInfoLine()
231 highlight(); in trySymbol()
280 highlight(); in tryPC()
334 highlight(); in tryBackTrace()
397 highlight(); in tryData()
436 void MarkupFilter::highlight() { in highlight() function in MarkupFilter
476 highlight(); in printRawElement()
490 highlight(); in printValue()
/openbsd/gnu/llvm/lldb/utils/lui/
H A Dsourcewin.py160 line = "%s%3d %s" % (marker, line_num, self.highlight(content[i]))
168 def highlight(self, source): member in SourceWin
170 from pygments import highlight
171 return highlight(source, self.lexer, self.formatter)
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/
H A D284247103-META.yml42 - syntax-highlight:
43 description: Automatically syntax-highlight example code in articles
/openbsd/gnu/llvm/clang/www/
H A Dcontent.css30 span.template-highlight { color:cyan }
/openbsd/gnu/llvm/llvm/tools/opt-viewer/
H A Dopt-viewer.py16 from pygments import highlight
77 html_highlighted = highlight(
/openbsd/gnu/llvm/llvm/docs/
H A DCoverageMappingFormat.rst86 highlight the regions of code that were never executed, and to obtain
90 …:raw-html:`<pre class='highlight' style='line-height:initial;'><span>int main(int argc, const char…
107 …:raw-html:`<pre class='highlight' style='line-height:initial;'><span>int main() </span><span style…
124 …:raw-html:`<pre class='highlight' style='line-height:initial;'><span>int func(int x) </span><span …
138 :raw-html:`<pre class='highlight' style='line-height:initial;'><span>int func(int x, int y) {
167 :raw-html:`<pre class='highlight' style='line-height:initial;'><span>void func(const char *str) </s…
194 :raw-html:`<pre class='highlight' style='line-height:initial;'><span>int main(int argc, const char …
209 :raw-html:`<pre class='highlight' style='line-height:initial;'><span>int main() </span><span style=…
216 counts for the unreachable lines and highlight the unreachable code.
H A DXRayExample.rst279 of being developed. One interesting subcommand that can highlight a few
/openbsd/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/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/
H A DMarkupFilter.h105 void highlight();
/openbsd/gnu/usr.bin/binutils/gdb/mi/
H A Dgdb-mi.el415 '(mouse-face highlight
480 '(mouse-face highlight
/openbsd/gnu/llvm/llvm/utils/vim/
H A Dvimrc20 highlight LongLine ctermbg=DarkYellow guibg=DarkYellow
21 highlight WhitespaceEOL ctermbg=DarkYellow guibg=DarkYellow
/openbsd/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1553 if (highlight) in DrawContent()
1557 if (highlight) in DrawContent()
1776 if (highlight) in DrawRemoveButton()
1779 if (highlight) in DrawRemoveButton()
1812 bool highlight = in DrawNewButton() local
1814 if (highlight) in DrawNewButton()
1817 if (highlight) in DrawNewButton()
4036 if (highlight) in DrawMenuTitle()
4063 if (highlight) in DrawMenuTitle()
5763 if (highlight) in DisplayRowObject()
[all …]
H A DCoreProperties.td98 def HighlightSource: Property<"highlight-source", "Boolean">,
101 Desc<"If true, LLDB will highlight the displayed source code.">;
/openbsd/gnu/llvm/llvm/docs/_ocamldoc/
H A Dstyle.css79 *:target {background-color: #FFFF99;} /* anchor highlight */
/openbsd/gnu/gcc/gcc/config/sh/
H A Dsh4.md105 ;; This is to highlight the fact that f1
113 ;; we need to highlight that they use D stage
/openbsd/gnu/llvm/llvm/utils/vscode/llvm/syntaxes/
H A Dll.tmLanguage.yaml8 # https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide
/openbsd/lib/libcurses/
H A DCaps765 enter_horizontal_hl_mode ehhlm str Xh - - ----- Enter horizontal highlight mode
766 enter_left_hl_mode elhlm str Xl - - ----- Enter left highlight mode
767 enter_low_hl_mode elohlm str Xo - - ----- Enter low highlight mode
768 enter_right_hl_mode erhlm str Xr - - ----- Enter right highlight mode
769 enter_top_hl_mode ethlm str Xt - - ----- Enter top highlight mode
770 enter_vertical_hl_mode evhlm str Xv - - ----- Enter vertical highlight mode
/openbsd/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2007-OriginalClangReadme.txt135 highlight regions of interesting code (e.g. the LHS and RHS of a binop).
/openbsd/gnu/llvm/llvm/docs/GlobalISel/
H A DGMIR.rst15 in :doc:`MachineIR (MIR) <../MIRLangRef>` and will highlight the differences
/openbsd/usr.bin/less/
H A Dless.hlp135 Don't highlight any matches for searches.

12