| /src/external/gpl3/gcc/dist/contrib/header-tools/ |
| show-headers | 18 highlight = list () 58 if bname in highlight: 87 highlight.append (os.path.basename (x[2:])) 144 if highlight: 148 for h in highlight:
|
| /src/external/gpl3/gcc.old/dist/contrib/header-tools/ |
| show-headers | 18 highlight = list () 58 if bname in highlight: 87 highlight.append (os.path.basename (x[2:])) 144 if highlight: 148 for h in highlight:
|
| /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/ |
| styling.py | 22 from pygments import formatters, highlight, lexers 39 return highlight(contents, lexer, formatter).encode( 91 return highlight(content, lexer, formatter).rstrip().encode()
|
| /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/ |
| styling.py | 22 from pygments import formatters, highlight, lexers namespace 43 return highlight(contents, lexer, formatter).encode( 94 return highlight(content, lexer, formatter).rstrip().encode()
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| style.exp | 219 highlight] 221 highlight] 256 set cut_for_thre_expr [limited_style "cut for 'thre" highlight] 507 foreach style { command title file function highlight variable \
|
| /src/external/gpl3/gdb.old/dist/gdb/tui/ |
| tui-data.h | 126 void set_highlight (bool highlight) 128 is_highlighted = highlight;
|
| /src/external/gpl3/gdb/dist/gdb/tui/ |
| tui-data.h | 126 void set_highlight (bool highlight) 128 is_highlighted = highlight;
|
| /src/external/apache2/llvm/dist/llvm/utils/vim/syntax/ |
| mir.vim | 28 " Syntax-highlight lit test commands and bug numbers.
|
| llvm.vim | 232 " Syntax-highlight lit test commands and bug numbers.
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/ |
| gdb-utils.exp | 75 highlight { set style 31 }
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| style.exp | 224 highlight] 226 highlight] 261 set cut_for_thre_expr [limited_style "cut for 'thre" highlight] 1056 foreach style { command title file function highlight variable \
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/lib/ |
| gdb-utils.exp | 81 highlight { set fg 31 }
|
| /src/games/tetris/ |
| scores.c | 862 * the high scores; we do not need to check for printing in highlight 906 int nrows, row, col, item, i, highlight; local 916 highlight = 0; 936 * Highlight if appropriate. This works because 944 highlight = 1; 947 if (highlight) { 949 highlight = 0;
|
| /src/external/bsd/tre/dist/src/ |
| agrep.c | 190 static int color_option; /* Highlight matches. */ 202 static const char *highlight = "01;31"; variable 501 printf("\33[%sm", highlight); 725 highlight = user_highlight;
|
| /src/external/apache2/llvm/dist/llvm/tools/opt-viewer/ |
| opt-viewer.py | 16 from pygments import highlight 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',
|
| /src/external/apache2/llvm/dist/llvm/utils/ |
| codegen-diff | 118 disassembler, but it might help you highlight the more egregious cases
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| utils.h | 257 /* Like fputs_styled, but uses highlight_style to highlight the 258 parts of STR that match HIGHLIGHT. */ 260 extern void fputs_highlighted (const char *str, const compiled_regex &highlight,
|
| source-cache.c | 53 /* When this is true we will use the GNU Source Highlight to add styling to 59 /* The "maint show gnu-source-highlight enabled" command. */ 67 _("Use of GNU Source Highlight library is \"%s\".\n"), 71 /* The "maint set gnu-source-highlight enabled" command. */ 84 error (_("the GNU Source Highlight library is not available")); 144 /* Return the Source Highlight language name, given a gdb language 169 /* Not handled by Source Highlight. */ 179 /* Not handled by Source Highlight. */ 197 /* Try to highlight CONTENTS from file FULLNAME in language LANG using 198 the GNU source-highlight library. Return true if highlightin [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| utils.h | 254 /* Like fputs_styled, but uses highlight_style to highlight the 255 parts of STR that match HIGHLIGHT. */ 257 extern void fputs_highlighted (const char *str, const compiled_regex &highlight,
|
| source-cache.c | 53 /* When this is true we will use the GNU Source Highlight to add styling to 59 /* The "maint show gnu-source-highlight enabled" command. */ 67 _("Use of GNU Source Highlight library is \"%s\".\n"), 71 /* The "maint set gnu-source-highlight enabled" command. */ 84 error (_("the GNU Source Highlight library is not available")); 144 /* Return the Source Highlight language name, given a gdb language 169 /* Not handled by Source Highlight. */ 179 /* Not handled by Source Highlight. */ 197 /* Try to highlight CONTENTS from file FULLNAME in language LANG using 198 the GNU source-highlight library. Return true if highlightin [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| doc.d | 2243 * We don't want to highlight parts of a URL. 4193 * Highlight text section. 5023 // leading '_' means no highlight unless it's a reserved symbol name 5069 * Highlight code for DDOC section. 5245 * Highlight code for CODE section. 5261 string highlight = null; 5271 highlight = "$(D_PSYMBOL "; 5277 highlight = "$(D_PARAM "; 5283 highlight = "$(D_COMMENT "; 5286 highlight = "$(D_STRING " [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/cli/ |
| cli-decode.c | 1635 /* If VERBOSE, print the full help for command C and highlight the 1636 documentation parts matching HIGHLIGHT, 1641 compiled_regex &highlight, struct ui_file *stream) 1655 fputs_highlighted (c.doc, highlight, stream); 1669 If VERBOSE, prints the complete documentation and highlight the
|
| /src/external/bsd/mdocml/dist/ |
| Makefile | 604 highlight -I $< > $@
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| gp-display-text.cc | 2128 bool highlight = highlights->fetch (kk); local 2129 const char * hilite = highlight ? NTXT ("*") : NTXT ("");
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| gp-display-text.cc | 2128 bool highlight = highlights->fetch (kk); local 2129 const char * hilite = highlight ? NTXT ("*") : NTXT ("");
|