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

  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
SmeP.h 51 XtWidgetProc highlight; member in struct:_SmeClassPart
ListP.h 87 int highlight; /* set to the item that should be member in struct:__anon5735
TextSinkP.h 124 Boolean highlight; member in struct:_XawTextPaintStruct
275 Bool highlight
  /xsrc/external/mit/ctwm/dist/
iconmgr.h 29 Pixel highlight; member in struct:WList
menus.h 56 ColorPair highlight; /* highlight colors */ member in struct:MenuItem
76 ColorPair highlight; /* highlight colors */ member in struct:MenuRoot
twm_window_struct.h 181 bool highlight; ///< Should highlight this window member in struct:TwmWindow
193 bool titlehighlight; ///< Should I highlight the title bar?
  /xsrc/external/mit/twm/dist/src/
iconmgr.h 49 Pixel fore, back, highlight; member in struct:WList
twm.h 264 int highlightx; /* start of highlight window */
288 short highlight; /* should highlight this window */ member in struct:TwmWindow
294 short titlehighlight; /* should I highlight the title bar */
  /xsrc/external/mit/xedit/dist/lisp/modules/
syntax.lsp 38 syntax-highlight defsyntax defsynprop synprop-p syntax-p
88 syntax-highlight, if the text property has a background attribute,
124 ;; highlight definitions. Use of these default properties is encouraged,
188 ;; The "main" definition of the syntax highlight coding interface.
323 ;; a cleaner code when defining the syntax highlight rules.
514 ;; "Compile" the main structure of the syntax highlight code.
701 (defun syntax-highlight (*syntax*
722 (and (>= *from* *to*) (return-from syntax-highlight (values *from* nil)))
1452 (compile 'syntax-highlight)
  /xsrc/external/mit/libXaw/dist/src/
AsciiSink.c 319 int ascent, int descent, Bool highlight, Bool right)
385 paint->highlight = (Boolean)highlight;
421 paint->highlight = (Boolean)highlight;
432 XawTextPosition from, XawTextPosition to, Bool highlight)
543 paint->highlight = (Boolean)highlight;
595 if (!highlight && (paint->property &&
616 if (highlight) {
745 Bool highlight; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
cffdec.c 225 bool highlight = highlight_gpuaddr(addr); local
227 if (highlight)
236 if (highlight)

Completed in 14 milliseconds