/openbsd/games/tetris/ |
H A D | scores.c | 385 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 D | tui-regs.c | 192 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 D | tui-data.h | 182 int highlight; member 233 int highlight; member 295 int highlight);
|
H A D | tui-data.c | 90 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 D | MarkupFilter.cpp | 136 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 D | sourcewin.py | 160 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 D | 284247103-META.yml | 42 - syntax-highlight: 43 description: Automatically syntax-highlight example code in articles
|
/openbsd/gnu/llvm/clang/www/ |
H A D | content.css | 30 span.template-highlight { color:cyan }
|
/openbsd/gnu/llvm/llvm/tools/opt-viewer/ |
H A D | opt-viewer.py | 16 from pygments import highlight 77 html_highlighted = highlight(
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | CoverageMappingFormat.rst | 86 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 D | XRayExample.rst | 279 of being developed. One interesting subcommand that can highlight a few
|
/openbsd/gnu/llvm/llvm/utils/vim/syntax/ |
H A D | mir.vim | 28 " Syntax-highlight lit test commands and bug numbers.
|
H A D | llvm.vim | 235 " Syntax-highlight lit test commands and bug numbers.
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/ |
H A D | MarkupFilter.h | 105 void highlight();
|
/openbsd/gnu/usr.bin/binutils/gdb/mi/ |
H A D | gdb-mi.el | 415 '(mouse-face highlight 480 '(mouse-face highlight
|
/openbsd/gnu/llvm/llvm/utils/vim/ |
H A D | vimrc | 20 highlight LongLine ctermbg=DarkYellow guibg=DarkYellow 21 highlight WhitespaceEOL ctermbg=DarkYellow guibg=DarkYellow
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 1553 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 D | CoreProperties.td | 98 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 D | style.css | 79 *:target {background-color: #FFFF99;} /* anchor highlight */
|
/openbsd/gnu/gcc/gcc/config/sh/ |
H A D | sh4.md | 105 ;; 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 D | ll.tmLanguage.yaml | 8 # https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide
|
/openbsd/lib/libcurses/ |
H A D | Caps | 765 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 D | 2007-OriginalClangReadme.txt | 135 highlight regions of interesting code (e.g. the LHS and RHS of a binop).
|
/openbsd/gnu/llvm/llvm/docs/GlobalISel/ |
H A D | GMIR.rst | 15 in :doc:`MachineIR (MIR) <../MIRLangRef>` and will highlight the differences
|
/openbsd/usr.bin/less/ |
H A D | less.hlp | 135 Don't highlight any matches for searches.
|