Searched refs:fix_fore (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | ctwm.h | 113 #define FBF(fix_fore, fix_back, fix_font)\ 114 Gcv.foreground = fix_fore;\ 119 #define FB(fix_fore, fix_back)\ 120 Gcv.foreground = fix_fore;\
|
| H A D | drawing.c | 28 #define FBGC(gc, fix_fore, fix_back)\ 29 Gcv.foreground = fix_fore;\
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | util.h | 87 extern void MyFont_ChangeGC(unsigned long fix_fore, unsigned long fix_back,
|
| H A D | twm.h | 153 #define FB(fix_fore, fix_back)\ 154 Gcv.foreground = fix_fore;\
|
| H A D | util.c | 730 MyFont_ChangeGC(unsigned long fix_fore, unsigned long fix_back, argument 733 Gcv.foreground = fix_fore;
|
Completed in 6 milliseconds