Searched refs:underline (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/Documentation/admin-guide/ |
| D | vga-softcursor.rst | 24 2=underline, 52 To get normal blinking underline, use::
|
| D | kernel-parameters.txt | 5269 see VGA-softcursor.txt. Default: 2 = underline. 5308 vt.underline= [VT] Default color for underlined text; 0-15.
|
| /Linux-v5.4/tools/vm/ |
| D | slabinfo.c | 1316 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/ |
| D | mdacon.c | 398 u8 blink, u8 underline, u8 reverse, u8 italic) in mdacon_build_attr() argument 409 ((underline & 1) << 2) | in mdacon_build_attr()
|
| D | sticon.c | 292 u8 blink, u8 underline, u8 reverse, u8 italic) in sticon_build_attr() argument
|
| D | vgacon.c | 633 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/ |
| D | console.h | 78 u8 blink, u8 underline, u8 reverse, u8 italic);
|
| /Linux-v5.4/drivers/usb/misc/sisusbvga/ |
| D | sisusb_con.c | 306 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/ |
| D | idle-states.txt | 43 timing and energy related properties, that underline the HW behaviour
|
| /Linux-v5.4/drivers/tty/vt/ |
| D | vt.c | 3287 module_param_named(underline, default_underline_color, int, S_IRUGO | S_IWUSR);
|