Home
last modified time | relevance | path

Searched refs:underline (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/sphinx-static/
H A Dcustom.css187 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 Dvga-softcursor.rst24 2=underline,
52 To get normal blinking underline, use::
H A Dkernel-parameters.txt8451 see vga-softcursor.rst. Default: 2 = underline.
8490 vt.underline= [VT] Default color for underlined text; 0-15.
/linux/tools/mm/
H A Dslabinfo.c1355 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 Dconsole_struct.h56 bool underline; member
/linux/drivers/video/console/
H A Dvgacon.c428 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 Dsticon.c320 bool blink, bool underline, bool reverse, in sticon_build_attr() argument