Searched refs:A_BOLD (Results 1 – 8 of 8) sorted by relevance
347 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()
565 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()
188 attron(A_BOLD); in bdisp()190 attroff(A_BOLD); in bdisp()
299 wattroff (w, A_BOLD); in tui_apply_style()337 wattron (w, A_BOLD); in tui_apply_style()
124 { "bold", A_BOLD },125 { "bold-standout", A_BOLD | A_STANDOUT },
1514 attron(A_BOLD);1521 attroff(A_BOLD);1608 attron(A_BOLD);1612 attroff(A_BOLD);
906 attron(A_BOLD); in displayshiplist()908 attroff(A_BOLD); in displayshiplist()
251 #define A_BOLD __BOLD macro