Home
last modified time | relevance | path

Searched refs:vgattr (Results 1 – 4 of 4) sorted by relevance

/dports/news/golded+/golded-plus/golded+/goldlib/gcui/
H A Dgvidall.h435 inline vattr vgattr (vatch chat) { return gvid_dosattrcalc(chat & ~(A_CHARTEXT | A_ALTCHARSET)); } in vgattr() function
443 inline vattr vgattr (vatch chat) { return chat.Attributes; } in vgattr() function
451 inline vattr vgattr (vatch chat) { return (chat >> 8) & 0xff; } in vgattr() function
H A Dgwininit.cpp249 vputx(fill_row, scol, vgattr(*p), vgchar(*p), ecol-scol+1); in wdrag()
260 vputc(i, fill_col, vgattr(*p), vgchar(*p)); in wdrag()
H A Dgvidbase.cpp606 cpu.bl(vgattr(chat)); in vputw()
635 int atr = vgattr(chat); in vputw()
1238 *atr = vgattr(tmp); in vgetc()
1481 vclrscr(vgattr(vgetw(gvid->currow, gvid->curcol))); in vclrscr()
1777 int atr = vgattr(*buf); in vrestore()
H A Dgwinbase.cpp1314 chat = ((vgattr(temp) & BLINK) and shadow) ? vsattr(*pcurr, vgattr(*pcurr) | BLINK) : *pcurr; in swap_contents()