Home
last modified time | relevance | path

Searched refs:A_BOLD (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/games/cgram/
Dcgram.c347 attron(A_BOLD); in redraw()
350 attroff(A_BOLD); in redraw()
363 attron(A_BOLD | A_STANDOUT); in redraw()
365 attroff(A_BOLD | A_STANDOUT); in redraw()
/netbsd/src/games/worms/
Dworms.c565 A_NORMAL, A_BOLD, A_DIM in initclr()
592 if (!canbold && attr[i] == A_BOLD) in initclr()
598 if (clr[j] == COLOR_BLACK && attr[i] != A_BOLD) in initclr()
/netbsd/src/games/gomoku/
Dbdisp.c188 attron(A_BOLD); in bdisp()
190 attroff(A_BOLD); in bdisp()
/netbsd/src/external/gpl3/gdb/dist/gdb/tui/
Dtui-io.c299 wattroff (w, A_BOLD); in tui_apply_style()
337 wattron (w, A_BOLD); in tui_apply_style()
Dtui-win.c124 { "bold", A_BOLD },
125 { "bold-standout", A_BOLD | A_STANDOUT },
/netbsd/src/external/bsd/ipf/dist/tools/
Dipfstat.c1514 attron(A_BOLD);
1521 attroff(A_BOLD);
1608 attron(A_BOLD);
1612 attroff(A_BOLD);
/netbsd/src/games/sail/
Dpl_7.c906 attron(A_BOLD); in displayshiplist()
908 attroff(A_BOLD); in displayshiplist()
/netbsd/src/lib/libcurses/
Dcurses.h251 #define A_BOLD __BOLD macro