Symbol: attrset
games/colorbars/colorbars.c
104
attrset(COLOR_PAIR(0));
games/colorbars/colorbars.c
112
attrset(COLOR_PAIR(0));
games/colorbars/colorbars.c
98
attrset(COLOR_PAIR(i));
games/testpat/testpat.c
103
attrset(COLOR_PAIR(0));
games/testpat/testpat.c
212
attrset(COLOR_PAIR(COLOR_BLACK));
games/testpat/testpat.c
214
attrset(A_NORMAL);
games/testpat/testpat.c
225
attrset(A_NORMAL);
games/testpat/testpat.c
233
attrset(COLOR_PAIR(COLOR_BLACK));
games/testpat/testpat.c
235
attrset(A_NORMAL);
games/testpat/testpat.c
260
attrset(COLOR_PAIR(COLOR_BLACK));
games/testpat/testpat.c
262
attrset(A_NORMAL);
games/testpat/testpat.c
271
attrset(COLOR_PAIR(COLOR_WHITE));
games/testpat/testpat.c
273
attrset(A_REVERSE);
games/testpat/testpat.c
288
attrset(COLOR_PAIR(colour));
games/testpat/testpat.c
290
attrset(A_NORMAL);
games/testpat/testpat.c
292
attrset(A_REVERSE);
games/testpat/testpat.c
318
attrset(COLOR_PAIR(COLOR_BLACK));
games/testpat/testpat.c
320
attrset(A_NORMAL);
games/testpat/testpat.c
355
attrset(COLOR_PAIR(COLOR_BLACK));
games/testpat/testpat.c
357
attrset(A_NORMAL);
games/testpat/testpat.c
376
attrset(COLOR_PAIR(COLOR_WHITE));
games/testpat/testpat.c
378
attrset(A_REVERSE);
games/testpat/testpat.c
401
attrset(COLOR_PAIR(COLOR_BLACK));
games/testpat/testpat.c
403
attrset(A_NORMAL);
games/testpat/testpat.c
414
attrset(COLOR_PAIR(COLOR_WHITE));
games/testpat/testpat.c
416
attrset(A_REVERSE);
games/testpat/testpat.c
438
attrset(COLOR_PAIR(COLOR_YELLOW));
games/testpat/testpat.c
440
attrset(A_REVERSE);
games/testpat/testpat.c
448
attrset(COLOR_PAIR(COLOR_RED));
games/testpat/testpat.c
450
attrset(A_NORMAL);
games/testpat/testpat.c
462
attrset(COLOR_PAIR(COLOR_BLACK));
games/testpat/testpat.c
464
attrset(A_NORMAL);
games/testpat/testpat.c
468
attrset(COLOR_PAIR(COLOR_BLACK));
games/testpat/testpat.c
470
attrset(A_NORMAL);
lib/libcurses/curses.h
549
int attrset(int);
sys/arch/amiga/dev/ite.c
2176
attrset(ip, ATTR_INV);
sys/arch/atari/dev/ite.c
2307
attrset(sc, ATTR_INV);
sys/arch/x68k/dev/ite.c
2372
attrset(ip, ATTR_INV);
tests/lib/libcurses/slave/curses_commands.c
325
report_return(attrset(attrib));