HomeSort by: relevance | last modified time | path
    Searched refs:ColorRes (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
ptyx.h 2190 } ColorRes;
2433 ColorRes Tcolors[NCOLORS]; /* terminal colors */
2441 ColorRes Acolors[MAXCOLORS]; /* ANSI color emulation */
3478 ColorRes ansi[1];
misc.c 2886 ColorRes * res,
2920 xtermGetColorRes(XtermWidget xw, ColorRes * res)
2955 ColorRes *res = &(TScreenOf(xw)->Acolors[color]);
3034 ColorRes *res = &(TScreenOf(xw)->Acolors[color + start]);
3152 ColorRes *res = &(TScreenOf(xw)->Acolors[n]);
8196 + (sizeof(ColorRes)
8238 #define DiffColorSlot(d,s,n) (memcmp((d), (s), (n) * sizeof(ColorRes)) ? True : False)
8239 #define CopyColorSlot(d,s,n) memcpy((d), (s), (n) * sizeof(ColorRes))
util.c 2745 swapLocally(ToSwap * list, int *count, ColorRes * fg, ColorRes * bg hc_param)
2747 ColorRes tmp;
xterm.h 1775 extern Pixel xtermGetColorRes(XtermWidget /* xw */, ColorRes * /* res */);

Completed in 24 milliseconds