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

  /src/usr.bin/aiomixer/
draw.c 172 if (termattrs() & A_BOLD)
173 wattron(control->widgetpad, A_BOLD);
196 if (termattrs() & A_BOLD)
197 wattroff(control->widgetpad, A_BOLD);
229 if (termattrs() & A_BOLD)
230 wattron(control->widgetpad, A_BOLD);
237 if (termattrs() & A_BOLD)
238 wattroff(control->widgetpad, A_BOLD);
258 if (termattrs() & A_BOLD)
259 wattron(control->widgetpad, A_BOLD);
    [all...]
  /src/games/cgram/
cgram.c 347 attron(A_BOLD);
350 attroff(A_BOLD);
363 attron(A_BOLD | A_STANDOUT);
365 attroff(A_BOLD | A_STANDOUT);
  /src/games/gomoku/
bdisp.c 188 attron(A_BOLD);
190 attroff(A_BOLD);
  /src/games/worms/
worms.c 565 A_NORMAL, A_BOLD, A_DIM
592 if (!canbold && attr[i] == A_BOLD)
598 if (clr[j] == COLOR_BLACK && attr[i] != A_BOLD)
  /src/games/sail/
pl_7.c 906 attron(A_BOLD);
908 attroff(A_BOLD);
  /src/lib/libcurses/
curses.h 251 #define A_BOLD __BOLD

Completed in 17 milliseconds