Searched refs:underline (Results 1 – 9 of 9) sorted by relevance
| /Linux-v6.6/Documentation/admin-guide/ |
| D | vga-softcursor.rst | 24 2=underline, 52 To get normal blinking underline, use::
|
| D | kernel-parameters.txt | 7024 see VGA-softcursor.txt. Default: 2 = underline. 7063 vt.underline= [VT] Default color for underlined text; 0-15.
|
| /Linux-v6.6/tools/mm/ |
| D | slabinfo.c | 1352 static void _xtotals(char *heading, char *underline, in _xtotals() argument 1355 printf("%s%s", heading, underline); in _xtotals() 1366 char *heading, *underline; in xtotals() local 1374 underline = "--------------------\n"; in xtotals() 1375 _xtotals(heading, underline, 0, 1, 0); in xtotals() 1378 underline = "--------------------\n"; in xtotals() 1379 _xtotals(heading, underline, 1, 0, 0); in xtotals() 1382 underline = "---------------------------------------\n"; in xtotals() 1383 _xtotals(heading, underline, 0, 0, 1); in xtotals()
|
| /Linux-v6.6/include/linux/ |
| D | console_struct.h | 56 bool underline; member
|
| D | console.h | 77 bool blink, bool underline, bool reverse, bool italic);
|
| /Linux-v6.6/drivers/video/console/ |
| D | mdacon.c | 399 bool blink, bool underline, bool reverse, in mdacon_build_attr() argument 411 (underline << 2) | in mdacon_build_attr()
|
| D | vgacon.c | 393 bool blink, bool underline, bool reverse, in vgacon_build_attr() argument 401 else if (underline) in vgacon_build_attr() 417 else if (underline) in vgacon_build_attr()
|
| D | sticon.c | 334 bool blink, bool underline, bool reverse, in sticon_build_attr() argument
|
| /Linux-v6.6/drivers/tty/vt/ |
| D | vt.c | 696 vc->state.blink, vc->state.underline, in update_attr() 1593 vc->state.underline = false; in default_attr() 1709 vc->state.underline = true; in csi_m() 1748 vc->state.underline = false; in csi_m() 1913 if (vc->state.underline) in setterm_command() 3398 module_param_named(underline, default_underline_color, int, S_IRUGO | S_IWUSR);
|