Searched refs:underline (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.15/Documentation/admin-guide/ |
| D | vga-softcursor.rst | 24 2=underline, 52 To get normal blinking underline, use::
|
| D | kernel-parameters.txt | 6198 see VGA-softcursor.txt. Default: 2 = underline. 6237 vt.underline= [VT] Default color for underlined text; 0-15.
|
| /Linux-v5.15/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.15/include/linux/ |
| D | console_struct.h | 57 bool underline; member
|
| D | console.h | 74 bool blink, bool underline, bool reverse, bool italic);
|
| /Linux-v5.15/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 | 418 bool blink, bool underline, bool reverse, in vgacon_build_attr() argument 426 else if (underline) in vgacon_build_attr() 442 else if (underline) in vgacon_build_attr()
|
| D | sticon.c | 332 bool blink, bool underline, bool reverse, in sticon_build_attr() argument
|
| /Linux-v5.15/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-v5.15/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);
|