Home
last modified time | relevance | path

Searched refs:allocateBestRGB (Results 1 – 4 of 4) sorted by relevance

/dports/x11/xterm/xterm-370/
H A Dgraphics.c871 if (!allocateBestRGB(xw, &xcolor)) { in save_allocated_color()
1031 if (allocateBestRGB(graphic->xw, &def)) { in outline_refresh()
1061 if (allocateBestRGB(graphic->xw, &def)) { in outline_refresh()
H A Dxterm.h1156 extern Boolean allocateBestRGB(XtermWidget /* xw */, XColor * /* def */);
H A Dmisc.c3111 allocateBestRGB(XtermWidget xw, XColor *def) in allocateBestRGB() function
3137 if (allocateBestRGB(xw, def)) { in xtermAllocColor()
H A Dutil.c5059 if (allocateBestRGB(xw, &work)) { in getXtermForeground()