Searched refs:underline (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/Documentation/admin-guide/ |
D | vga-softcursor.rst | 24 2=underline, 52 To get normal blinking underline, use::
|
D | kernel-parameters.txt | 6745 see VGA-softcursor.txt. Default: 2 = underline. 6784 vt.underline= [VT] Default color for underlined text; 0-15.
|
/linux-6.1.9/tools/vm/ |
D | slabinfo.c | 1350 static void _xtotals(char *heading, char *underline, in _xtotals() argument 1353 printf("%s%s", heading, underline); in _xtotals() 1364 char *heading, *underline; in xtotals() local 1372 underline = "--------------------\n"; in xtotals() 1373 _xtotals(heading, underline, 0, 1, 0); in xtotals() 1376 underline = "--------------------\n"; in xtotals() 1377 _xtotals(heading, underline, 1, 0, 0); in xtotals() 1380 underline = "---------------------------------------\n"; in xtotals() 1381 _xtotals(heading, underline, 0, 0, 1); in xtotals()
|
/linux-6.1.9/include/linux/ |
D | console_struct.h | 57 bool underline; member
|
D | console.h | 74 bool blink, bool underline, bool reverse, bool italic);
|
/linux-6.1.9/drivers/video/console/ |
D | mdacon.c | 399 bool blink, bool underline, bool reverse, in mdacon_build_attr() argument 411 (underline << 2) | in mdacon_build_attr()
|
D | vgacon.c | 401 bool blink, bool underline, bool reverse, in vgacon_build_attr() argument 409 else if (underline) in vgacon_build_attr() 425 else if (underline) in vgacon_build_attr()
|
D | sticon.c | 333 bool blink, bool underline, bool reverse, in sticon_build_attr() argument
|
/linux-6.1.9/drivers/usb/misc/sisusbvga/ |
D | sisusb_con.c | 306 bool blink, bool underline, bool reverse, in sisusbcon_build_attr() argument 311 if (underline) in sisusbcon_build_attr()
|
/linux-6.1.9/drivers/tty/vt/ |
D | vt.c | 748 vc->state.blink, vc->state.underline, in update_attr() 1639 vc->state.underline = false; in default_attr() 1755 vc->state.underline = true; in csi_m() 1794 vc->state.underline = false; in csi_m() 1959 if (vc->state.underline) in setterm_command() 3448 module_param_named(underline, default_underline_color, int, S_IRUGO | S_IWUSR);
|
/linux-6.1.9/Documentation/devicetree/bindings/cpu/ |
D | idle-states.yaml | 71 timing and energy related properties, that underline the HW behaviour
|