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

/xsrc/external/mit/ctwm/dist/
H A Dctwm.h113 #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 Ddrawing.c28 #define FBGC(gc, fix_fore, fix_back)\
29 Gcv.foreground = fix_fore;\
/xsrc/external/mit/twm/dist/src/
H A Dutil.h87 extern void MyFont_ChangeGC(unsigned long fix_fore, unsigned long fix_back,
H A Dtwm.h153 #define FB(fix_fore, fix_back)\
154 Gcv.foreground = fix_fore;\
H A Dutil.c730 MyFont_ChangeGC(unsigned long fix_fore, unsigned long fix_back, argument
733 Gcv.foreground = fix_fore;

Completed in 6 milliseconds