HomeSort by: relevance | last modified time | path
    Searched defs:highlight (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-regs.h 36 highlight = false;
53 bool highlight = false; member in struct:tui_register_info
  /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/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 ("");
  /src/external/gpl2/gettext/dist/gettext-tools/misc/
po-mode.el 160 "*Highlight text whenever appropriate, when non-nil.
166 (defcustom po-highlight-face 'highlight
168 Possible values are 'highlight', 'modeline', 'secondary-selection',
171 It's most convenient if the cursor color and highlight color are
465 The variable 'po-highlight-face' selects the face to use for highlighting."
467 (overlay-put overlay 'face po-highlight-face)
473 (defun po-highlight (overlay start end &optional buffer)
474 "Use OVERLAY to highlight the string from START to END.
496 (set-extent-face extent po-highlight-face
    [all...]

Completed in 96 milliseconds