HomeSort by: relevance | last modified time | path
    Searched refs:attrset (Results 1 - 13 of 13) sorted by relevancy

  /src/games/testpat/
testpat.c 103 attrset(COLOR_PAIR(0));
212 attrset(COLOR_PAIR(COLOR_BLACK));
214 attrset(A_NORMAL);
225 attrset(A_NORMAL);
233 attrset(COLOR_PAIR(COLOR_BLACK));
235 attrset(A_NORMAL);
260 attrset(COLOR_PAIR(COLOR_BLACK));
262 attrset(A_NORMAL);
271 attrset(COLOR_PAIR(COLOR_WHITE));
273 attrset(A_REVERSE)
    [all...]
  /src/games/colorbars/
colorbars.c 98 attrset(COLOR_PAIR(i));
104 attrset(COLOR_PAIR(0));
112 attrset(COLOR_PAIR(0));
  /src/sys/arch/x68k/dev/
itevar.h 151 #define attrset(ip, attr) \ macro
158 #define attrset(ip, attr) macro
239 #define attrset(ip, attr) macro
ite.c 2372 attrset(ip, ATTR_INV);
  /src/sys/arch/amiga/dev/
itevar.h 185 #define attrset(ip, attr) macro
ite.c 2176 attrset(ip, ATTR_INV);
  /src/sys/arch/atari/dev/
itevar.h 178 #define attrset(ip, attr) macro
ite.c 2307 attrset(sc, ATTR_INV);
  /src/lib/libcurses/
attributes.c 124 * attrset --
129 attrset(int attr) function in typeref:typename:int
Makefile 67 curses_attributes.3 attrset.3 curses_tty.3 beep.3 \
curses.h 444 #define attrset(attr) wattrset(stdscr, attr) macro
549 int attrset(int);
  /src/usr.bin/menuc/
menu_sys.def 667 attrset(COLOR_PAIR(1));
  /src/tests/lib/libcurses/slave/
curses_commands.c 325 report_return(attrset(attrib));

Completed in 21 milliseconds