Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/admin-guide/
Dvga-softcursor.rst24 2=underline,
52 To get normal blinking underline, use::
Dkernel-parameters.txt5269 see VGA-softcursor.txt. Default: 2 = underline.
5308 vt.underline= [VT] Default color for underlined text; 0-15.
/Linux-v5.4/tools/vm/
Dslabinfo.c1316 static void _xtotals(char *heading, char *underline, in _xtotals() argument
1319 printf("%s%s", heading, underline); in _xtotals()
1330 char *heading, *underline; in xtotals() local
1338 underline = "--------------------\n"; in xtotals()
1339 _xtotals(heading, underline, 0, 1, 0); in xtotals()
1342 underline = "--------------------\n"; in xtotals()
1343 _xtotals(heading, underline, 1, 0, 0); in xtotals()
1346 underline = "---------------------------------------\n"; in xtotals()
1347 _xtotals(heading, underline, 0, 0, 1); in xtotals()
/Linux-v5.4/drivers/video/console/
Dmdacon.c398 u8 blink, u8 underline, u8 reverse, u8 italic) in mdacon_build_attr() argument
409 ((underline & 1) << 2) | in mdacon_build_attr()
Dsticon.c292 u8 blink, u8 underline, u8 reverse, u8 italic) in sticon_build_attr() argument
Dvgacon.c633 u8 blink, u8 underline, u8 reverse, u8 italic) in vgacon_build_attr() argument
640 else if (underline) in vgacon_build_attr()
656 else if (underline) in vgacon_build_attr()
/Linux-v5.4/include/linux/
Dconsole.h78 u8 blink, u8 underline, u8 reverse, u8 italic);
/Linux-v5.4/drivers/usb/misc/sisusbvga/
Dsisusb_con.c306 u8 blink, u8 underline, u8 reverse, u8 unused) in sisusbcon_build_attr() argument
310 if (underline) in sisusbcon_build_attr()
/Linux-v5.4/Documentation/devicetree/bindings/arm/
Didle-states.txt43 timing and energy related properties, that underline the HW behaviour
/Linux-v5.4/drivers/tty/vt/
Dvt.c3287 module_param_named(underline, default_underline_color, int, S_IRUGO | S_IWUSR);