Searched refs:QueryOneColor (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dhtml.c178 (void) QueryOneColor(xw, &fgcolor);
179 (void) QueryOneColor(xw, &bgcolor);
296 (void) QueryOneColor(xw, &c);
H A Dsvg.c170 (void) QueryOneColor(xw, &fgcolor);
171 (void) QueryOneColor(xw, &bgcolor);
H A Dxterm.h1413 extern Boolean QueryOneColor(XtermWidget /* xw */, XColor * /* def */);
1416 #define QueryOneColor(xw, def) ((def)->red = (def)->green = (def)->blue = 0) macro
H A Dmisc.c2642 (void) QueryOneColor(xw, &color);
2758 QueryOneColor(XtermWidget xw, XColor *def) function in typeref:typename:Boolean
3597 (void) QueryOneColor(xw, &color);
H A Dutil.c2949 (void) QueryOneColor(xw, &color);
5345 have_bg = QueryOneColor(xw, &bkg);
5358 if (QueryOneColor(xw, &work)) {
5385 if (QueryOneColor(xw, &work)) {

Completed in 23 milliseconds