Searched refs:underline (Results 1 – 10 of 10) sorted by relevance
| /linux/Documentation/admin-guide/ |
| A D | vga-softcursor.rst | 24 2=underline, 52 To get normal blinking underline, use::
|
| A D | kernel-parameters.txt | 7420 see VGA-softcursor.txt. Default: 2 = underline. 7459 vt.underline= [VT] Default color for underlined text; 0-15.
|
| /linux/tools/mm/ |
| A D | slabinfo.c | 1354 static void _xtotals(char *heading, char *underline, in _xtotals() argument 1357 printf("%s%s", heading, underline); in _xtotals() 1368 char *heading, *underline; in xtotals() local 1376 underline = "--------------------\n"; in xtotals() 1377 _xtotals(heading, underline, 0, 1, 0); in xtotals() 1380 underline = "--------------------\n"; in xtotals() 1381 _xtotals(heading, underline, 1, 0, 0); in xtotals() 1384 underline = "---------------------------------------\n"; in xtotals() 1385 _xtotals(heading, underline, 0, 0, 1); in xtotals()
|
| /linux/include/linux/ |
| A D | console_struct.h | 56 bool underline; member
|
| A D | console.h | 123 bool blink, bool underline, bool reverse, bool italic);
|
| /linux/drivers/video/console/ |
| A D | mdacon.c | 399 bool blink, bool underline, bool reverse, in mdacon_build_attr() argument 411 (underline << 2) | in mdacon_build_attr()
|
| A D | vgacon.c | 428 bool blink, bool underline, bool reverse, in vgacon_build_attr() argument 436 else if (underline) in vgacon_build_attr() 452 else if (underline) in vgacon_build_attr()
|
| A D | sticon.c | 320 bool blink, bool underline, bool reverse, in sticon_build_attr() argument
|
| /linux/drivers/tty/vt/ |
| A D | vt.c | 688 vc->state.blink, vc->state.underline, in update_attr() 1583 vc->state.underline = false; in default_attr() 1735 vc->state.underline = true; in csi_m() 1774 vc->state.underline = false; in csi_m() 1985 if (vc->state.underline) in csi_RSB() 3593 module_param_named(underline, default_underline_color, int, S_IRUGO | S_IWUSR);
|
| /linux/Documentation/devicetree/bindings/cpu/ |
| A D | idle-states.yaml | 71 timing and energy related properties, that underline the HW behaviour
|
Completed in 45 milliseconds