Searched defs:underline (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/col/
H A Dcol.c57 char esc_chars, underline, temp_off, smart; variable
126 smart = temp_off = underline = esc_chars = '\0';
134 if (underline && temp_off && c > ' ') {
148 if (underline && !temp_off) {
207 underline = 1;
208 if (c == 'Y' && underline)
209 underline = temp_off = '\0';
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c476 const char *underline; /* Underline subsequent characters */ member in struct:GetLine
1846 gl->underline = NULL;
3525 gl->underline = NULL;
3563 gl->underline = gl_tigetstr(gl, "smul");
3590 gl->underline = gl_tgetstr(gl, "us", &tgetstr_buf_ptr);
3636 if(!gl->underline)
3637 gl->underline = GL_ESC_STR "[4m";
9878 gl_print_control_sequence(gl, 1, gl->underline))

Completed in 103 milliseconds