Searched refs:underline (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/col/ |
H A D | col.c | 57 char esc_chars, underline, temp_off, smart; variable 126 smart = temp_off = underline = esc_chars = '\0'; in main() 134 if (underline && temp_off && c > ' ') { in main() 148 if (underline && !temp_off) { in main() 207 underline = 1; in main() 208 if (c == 'Y' && underline) in main() 209 underline = temp_off = '\0'; in main()
|
/titanic_50/usr/src/lib/libtecla/common/ |
H A D | getline.c | 476 const char *underline; /* Underline subsequent characters */ member 1846 gl->underline = NULL; in new_GetLine() 3525 gl->underline = NULL; in gl_control_strings() 3563 gl->underline = gl_tigetstr(gl, "smul"); in gl_control_strings() 3590 gl->underline = gl_tgetstr(gl, "us", &tgetstr_buf_ptr); in gl_control_strings() 3636 if(!gl->underline) in gl_control_strings() 3637 gl->underline = GL_ESC_STR "[4m"; in gl_control_strings() 9878 gl_print_control_sequence(gl, 1, gl->underline))
|
/titanic_50/usr/src/cmd/terminfo/ |
H A D | termcap.src | 363 ansi+sgrul|ansi underline only:\ 568 # underline, and reverse, which won't matter much if the terminal 978 mach-bold|Mach Console with bold instead of underline:\ 1330 # underline modes have been added. Note: this entry describes the "native" 1797 ibmpc3|pc3-bold|BSD/OS on the PC Console with bold instead of underline:\ 2667 # - underline seems to work with color (modify ncv). 3110 # function to a block or underline. 3223 # xterm with bold instead of underline 4580 # SGR 1, 4 aren't supported - removed bold/underline (T.Dickey 17 Jan 1998) 4640 # underline and standout. [all …]
|
H A D | terminfo.src | 369 ansi+sgrul|ansi underline only, 597 # underline, and reverse, which won't matter much if the terminal 1063 mach-bold|Mach Console with bold instead of underline, 1471 # underline modes have been added. Note: this entry describes the "native" 2050 ibmpc3|pc3-bold|BSD/OS on the PC Console with bold instead of underline, 3018 # - underline seems to work with color (modify ncv). 3556 # function to a block or underline. 3693 # xterm with bold instead of underline 5223 # SGR 1, 4 aren't supported - removed bold/underline (T.Dickey 17 Jan 1998) 5287 # underline and standout. [all …]
|
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | caps | 62 transparent_underline, "ul" "ul" underline character overstrikes
|
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 86 transparent_underline ul ul bool underline character overstrikes
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 86 transparent_underline ul ul bool underline character overstrikes
|