Home
last modified time | relevance | path

Searched refs:ATTR_DSPD_MASK (Results 1 – 5 of 5) sorted by relevance

/original-bsd/usr.bin/tn3270/sys_curses/
H A Dterminal.h23 ((TermAttributes(x)&ATTR_DSPD_MASK) == ATTR_DSPD_NONDISPLAY)
25 (((TermAttributes(x)&ATTR_DSPD_MASK) == ATTR_DSPD_HIGH) \
H A Dtermout.c187 switch (x&ATTR_DSPD_MASK) { \ in SlowScreen()
/original-bsd/usr.bin/tn3270/ctlr/
H A Dscreen.h95 #define IsNonDisplayAttr(c) (((c)&ATTR_DSPD_MASK) == ATTR_DSPD_NONDISPLAY)
99 (((c)&ATTR_DSPD_MASK) == ATTR_DSPD_HIGH)
H A Dhostctlr.h65 # define ATTR_DSPD_MASK 0x0c /* highlighting, etc. */ macro
H A Dinbound.c701 c = FieldAttributes(CursorAddress)&ATTR_DSPD_MASK;