Home
last modified time | relevance | path

Searched refs:GET_STYLE (Results 1 – 9 of 9) sorted by relevance

/dports/lang/gambit-c/gambit-4.9.3/lib/
H A Dos_tty.h73 #define GET_STYLE(x)(((x)>>8)&3) macro
H A Dos_tty.c2741 turn_on = GET_STYLE(attrs);
2743 if ((GET_STYLE(current_attrs) & ~turn_on) != 0 ||
2755 turn_on = (~GET_STYLE(current_attrs) & turn_on);
3317 int style = GET_STYLE(arg);
3909 style = GET_STYLE(arg);
/dports/x11/rxvt-unicode/rxvt-unicode-9.30/src/
H A Drxvt.h683 #define GET_STYLE(x) (((x) & RS_styleMask) >> RS_styleShift) macro
697 # define FONTSET_of(t,style) (t)->fontset[GET_STYLE (style)]
H A Drxvtperl.xs329 … rend_t r = *r1; *r1++ = *r2; *r2++ = SET_FONT (r, THIS->fontset [GET_STYLE (r)]->find_font (t)); in swap()
1664 … l.r [col] = SET_FONT (l.r [col], THIS->fontset [GET_STYLE (l.r [col])]->find_font (l.t [col])); in refresh_check()
1706 l.r [col] = SET_FONT (r, THIS->fontset [GET_STYLE (r)]->find_font (l.t [col]));
H A Dcommand.C224 r = SET_STYLE (OVERLAY_RSTYLE, GET_STYLE (r)); in iso14755_51()
H A Dscreen.C2410 rxvt_font *font = (*fontset[GET_STYLE (rend)])[GET_FONT (rend)]; in scr_refresh()
/dports/x11-drivers/xf86-video-chips/xf86-video-chips-1.4.0/src/
H A Dct_driver.h99 #define GET_STYLE 0xF0 macro
H A Dct_driver.c4716 switch (Type & GET_STYLE) { in chipsClockSave()
4779 switch (Type & GET_STYLE) { in chipsClockFind()
4873 switch (Type & GET_STYLE) { in chipsGetHWClock()
4922 switch (Type & GET_STYLE) { in chipsClockLoad()
/dports/games/pioneer/pioneer-20210723/src/lua/
H A DLuaPiGui.cpp2761 #define GET_STYLE(name) styles.Get<decltype(style.name)>(#name, style.name) in load_theme_from_table() macro