Home
last modified time | relevance | path

Searched refs:RS_attrMask (Results 1 – 16 of 16) sorted by relevance

/dports/chinese/eterm/Eterm-0.9.6/src/
H A Dscreen.h126 #define RS_attrMask (0xFF000000u|RS_Overscore|RS_Italic|RS_Bold|RS_Dim|RS_Conceal|RS_Blink) macro
131 #define GET_ATTR(r) (((r) & RS_attrMask))
132 #define GET_BGATTR(r) (((r) & (RS_attrMask | RS_bgMask)))
136 #define SET_ATTR(r,a) (((r) & ~RS_attrMask)| (a))
H A Dscreen.c1736 drawn_rend[i][col] = RS_attrMask; in scr_refresh()
1739 drawn_rend[i][col + 1] = RS_attrMask; in scr_refresh()
1741 drawn_rend[i][col - 1] = RS_attrMask; in scr_refresh()
/dports/x11/eterm/Eterm-0.9.6/src/
H A Dscreen.h126 #define RS_attrMask (0xFF000000u|RS_Overscore|RS_Italic|RS_Bold|RS_Dim|RS_Conceal|RS_Blink) macro
131 #define GET_ATTR(r) (((r) & RS_attrMask))
132 #define GET_BGATTR(r) (((r) & (RS_attrMask | RS_bgMask)))
136 #define SET_ATTR(r,a) (((r) & ~RS_attrMask)| (a))
H A Dscreen.c1736 drawn_rend[i][col] = RS_attrMask; in scr_refresh()
1739 drawn_rend[i][col + 1] = RS_attrMask; in scr_refresh()
1741 drawn_rend[i][col - 1] = RS_attrMask; in scr_refresh()
/dports/japanese/eterm/Eterm-0.9.6/src/
H A Dscreen.h126 #define RS_attrMask (0xFF000000u|RS_Overscore|RS_Italic|RS_Bold|RS_Dim|RS_Conceal|RS_Blink) macro
131 #define GET_ATTR(r) (((r) & RS_attrMask))
132 #define GET_BGATTR(r) (((r) & (RS_attrMask | RS_bgMask)))
136 #define SET_ATTR(r,a) (((r) & ~RS_attrMask)| (a))
H A Dscreen.c1736 drawn_rend[i][col] = RS_attrMask; in scr_refresh()
1739 drawn_rend[i][col + 1] = RS_attrMask; in scr_refresh()
1741 drawn_rend[i][col - 1] = RS_attrMask; in scr_refresh()
/dports/x11-clocks/rclock/rxvt-2.7.10/src/
H A Drxvt.h364 #define RS_attrMask (RS_baseattrMask|RS_fontMask|RS_multiMask) macro
735 #define GET_ATTR(x) (((x) & RS_attrMask))
737 (((x) & RS_RVid) ? (((x) & (RS_attrMask & ~RS_RVid)) \
739 : ((x) & (RS_attrMask | RS_bgMask)))
742 #define SET_ATTR(x,a) (((x) & ~RS_attrMask)| (a))
/dports/x11/xvt/xvt-3.0.1/src/
H A Dxvt.h364 #define RS_attrMask (RS_baseattrMask|RS_fontMask|RS_multiMask) macro
735 #define GET_ATTR(x) (((x) & RS_attrMask))
737 (((x) & RS_RVid) ? (((x) & (RS_attrMask & ~RS_RVid)) \
739 : ((x) & (RS_attrMask | RS_bgMask)))
742 #define SET_ATTR(x,a) (((x) & ~RS_attrMask)| (a))
/dports/x11/multi-aterm/multi-aterm-0.2.1/src/
H A Drxvt.h722 #define RS_attrMask (RS_baseattrMask|RS_fontMask|RS_multiMask) macro
869 #define GET_ATTR(r) (((r) & RS_attrMask))
870 #define GET_BGATTR(r) (((r) & (RS_attrMask | RS_bgMask)))
873 #define SET_ATTR(r,a) (((r) & ~RS_attrMask)| (a))
/dports/x11/mrxvt/mrxvt-0.4.2/src/
H A Drxvt.h804 #define RS_attrMask (RS_baseattrMask|RS_fontMask|RS_multiMask) macro
1380 #define GET_ATTR(x) (((x) & RS_attrMask))
1382 (((x) & RS_RVid) ? (((x) & (RS_attrMask & ~RS_RVid)) \
1384 : ((x) & (RS_attrMask | RS_bgMask)))
1387 #define SET_ATTR(x,a) (((x) & ~RS_attrMask)| (a))
/dports/chinese/aterm/aterm-1.0.1/src/
H A Drxvt.h770 #define RS_attrMask (RS_baseattrMask|RS_fontMask|RS_multiMask) macro
925 #define GET_ATTR(r) (((r) & RS_attrMask))
926 #define GET_BGATTR(r) (((r) & (RS_attrMask | RS_bgMask)))
929 #define SET_ATTR(r,a) (((r) & ~RS_attrMask)| (a))
/dports/x11/aterm/aterm-1.0.1/src/
H A Drxvt.h770 #define RS_attrMask (RS_baseattrMask|RS_fontMask|RS_multiMask) macro
927 #define GET_ATTR(r) (((r) & RS_attrMask))
928 #define GET_BGATTR(r) (((r) & (RS_attrMask | RS_bgMask)))
931 #define SET_ATTR(r,a) (((r) & ~RS_attrMask)| (a))
/dports/x11/mrxvt-devel/mrxvt-0.5.4/src/
H A Drxvt.h899 #define RS_attrMask (RS_baseattrMask|RS_fontMask|RS_multiMask) macro
1411 #define GET_ATTR(x) (((x) & RS_attrMask))
1413 (((x) & RS_RVid) ? (((x) & (RS_attrMask & ~RS_RVid)) \
1415 : ((x) & (RS_attrMask | RS_bgMask)))
1418 #define SET_ATTR(x,a) (((x) & ~RS_attrMask)| (a))
/dports/editors/cooledit/cooledit-3.17.28/rxvt/
H A Drxvtlib.h838 #define RS_attrMask (RS_baseattrMask|RS_fontMask|RS_multiMask) macro
1047 #define GET_ATTR(r) (((r) & RS_attrMask))
1049 (((r) & RS_RVid) ? (((r) & (RS_attrMask & ~RS_RVid)) \
1051 : ((r) & (RS_attrMask | RS_bgMask)))
1054 #define SET_ATTR(r,a) (((r) & ~RS_attrMask)| (a))
/dports/x11/rxvt-unicode/rxvt-unicode-9.30/src/
H A Drxvt.h390 #define RS_attrMask (RS_baseattrMask | RS_fontMask) macro
686 #define GET_ATTR(x) (((x) & RS_attrMask))
689 #define SET_ATTR(x,a) (((x) & ~RS_attrMask) | (a))
H A Drxvtperl.xs840 const_iv (RS_attrMask),