Searched refs:underline (Results 1 – 7 of 7) sorted by relevance
| /linux/Documentation/sphinx-static/ |
| H A D | custom.css | 187 text-decoration: underline; 188 text-underline-offset: 0.3em; 195 text-decoration: underline; 196 text-underline-offset: 0.3em;
|
| /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 | 8451 see vga-softcursor.rst. Default: 2 = underline. 8490 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/include/linux/ |
| H A D | console_struct.h | 56 bool underline; member
|
| /linux/drivers/video/console/ |
| 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
|