Searched refs:underline (Results 1 – 8 of 8) sorted by relevance
| /linux/Documentation/admin-guide/ |
| H A D | vga-softcursor.rst | 24 2=underline, 52 To get normal blinking underline, use::
|
| H A D | kernel-parameters.txt | 8391 see vga-softcursor.rst. Default: 2 = underline. 8430 vt.underline= [VT] Default color for underlined text; 0-15.
|
| /linux/tools/mm/ |
| H A D | slabinfo.c | 1355 static void _xtotals(char *heading, char *underline, in output_slabs() 1358 printf("%s%s", heading, underline); in _xtotals() 1369 char *heading, *underline; in xtotals() 1377 underline = "--------------------\n"; in xtotals() 1378 _xtotals(heading, underline, 0, 1, 0); in xtotals() 1381 underline = "--------------------\n"; in xtotals() 1382 _xtotals(heading, underline, 1, 0, 0); in xtotals() 1385 underline = "---------------------------------------\n"; in xtotals() 1386 _xtotals(heading, underline, 0, 0, 1); in xtotals() 1357 _xtotals(char * heading,char * underline,int loss,int size,int partial) _xtotals() argument 1371 char *heading, *underline; xtotals() local
|
| /linux/drivers/video/console/ |
| H A D | mdacon.c | |
| H 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()
|
| H A D | sticon.c | 320 bool blink, bool underline, bool reverse, in sticon_build_attr() argument
|
| /linux/include/linux/ |
| H A D | console_struct.h | 56 bool underline; member
|
| /linux/drivers/tty/vt/ |
| H A D | vt.c | 692 * Bit 2 : underline in build_attr() 725 vc->state.blink, vc->state.underline, in update_attr() 1623 vc->state.underline = false; in default_attr() 1770 * No console drivers support double underline, so in csi_m() 1771 * convert it to a single underline. in csi_m() 1774 vc->state.underline = true; in csi_m() 1813 vc->state.underline = false; in csi_m() 2104 if (vc->state.underline) in csi_RSB() 3816 module_param_named(underline, default_underline_color, int, S_IRUGO | S_IWUSR);
|