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

  /src/tests/lib/libcurses/tests/
mutt_test 11 call OK attron $BOLD
28 call OK attron $BOLD
34 call OK attron $BOLD
40 call OK attron $BOLD
75 call OK attron $BOLD
81 call OK attron $BOLD
87 call OK attron $BOLD
  /src/games/mille/
mille.c 86 #ifdef attron
  /src/games/dab/
ttyscrn.cc 106 attron(A_ALTCHARSET);
  /src/games/cgram/
cgram.c 347 attron(A_BOLD);
363 attron(A_BOLD | A_STANDOUT);
  /src/games/gomoku/
bdisp.c 188 attron(A_BOLD);
  /src/games/sail/
pl_7.c 227 attron(A_REVERSE);
250 attron(A_REVERSE);
906 attron(A_BOLD);
1383 attron(A_REVERSE);
  /src/lib/libcurses/
attributes.c 104 * attron --
108 attron(int attr) function in typeref:typename:int
Makefile 66 curses_attributes.3 attron.3 curses_attributes.3 attroff.3 \
curses.h 443 #define attron(attr) wattron(stdscr, attr) macro
548 int attron(int);
  /src/usr.bin/aiomixer/
draw.c 67 attron(A_STANDOUT);
  /src/games/testpat/
testpat.c 147 attron(A_ALTCHARSET);
  /src/tests/lib/libcurses/slave/
curses_commands.c 314 report_return(attron(attrib));

Completed in 34 milliseconds