Lines Matching refs:bold
475 const char *bold; /* Switch to the bold font */
1111 GL_TXT_BOLD=32 /* Display text using a bold font */
1845 gl->bold = NULL;
3524 gl->bold = NULL;
3562 gl->bold = gl_tigetstr(gl, "bold");
3589 gl->bold = gl_tgetstr(gl, "md", &tgetstr_buf_ptr);
3634 if(!gl->bold)
3635 gl->bold = GL_ESC_STR "[1m";
9813 case 'B': /* Switch to a bold font */
9816 case 'b': /* Switch to a non-bold font */
9875 gl_print_control_sequence(gl, 1, gl->bold))