Searched refs:QueryOneColor (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xterm/dist/ |
| H A D | html.c | 178 (void) QueryOneColor(xw, &fgcolor); 179 (void) QueryOneColor(xw, &bgcolor); 296 (void) QueryOneColor(xw, &c);
|
| H A D | svg.c | 170 (void) QueryOneColor(xw, &fgcolor); 171 (void) QueryOneColor(xw, &bgcolor);
|
| H A D | xterm.h | 1413 extern Boolean QueryOneColor(XtermWidget /* xw */, XColor * /* def */); 1416 #define QueryOneColor(xw, def) ((def)->red = (def)->green = (def)->blue = 0) macro
|
| H A D | misc.c | 2642 (void) QueryOneColor(xw, &color); 2758 QueryOneColor(XtermWidget xw, XColor *def) function in typeref:typename:Boolean 3597 (void) QueryOneColor(xw, &color);
|
| H A D | util.c | 2949 (void) QueryOneColor(xw, &color); 5345 have_bg = QueryOneColor(xw, &bkg); 5358 if (QueryOneColor(xw, &work)) { 5385 if (QueryOneColor(xw, &work)) {
|
Completed in 23 milliseconds