MCPcopy Create free account
hub / github.com/coreboot/coreboot / wattrset

Function wattrset

payloads/libpayload/curses/PDCurses/pdcurses/attr.c:150–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150int wattrset(WINDOW *win, chtype attrs)
151{
152 PDC_LOG(("wattrset() - called\n"));
153
154 if (!win)
155 return ERR;
156
157 win->_attrs = attrs & A_ATTRIBUTES;
158
159 return OK;
160}
161
162int attrset(chtype attrs)
163{

Callers 15

treeFunction · 0.85
strng1Function · 0.85
strng2Function · 0.85
strng3Function · 0.85
strng4Function · 0.85
strng5Function · 0.85
setcolorFunction · 0.85
weditstrFunction · 0.85
resizeTestFunction · 0.85
padTestFunction · 0.85
SubWinTestFunction · 0.85
BouncingBallsFunction · 0.85

Calls

no outgoing calls

Tested by 2

resizeTestFunction · 0.68
padTestFunction · 0.68