Home
last modified time | relevance | path

Searched full:underline (Results 1 – 18 of 18) sorted by relevance

/linux-6.8/Documentation/admin-guide/
Dvga-softcursor.rst24 2=underline,
52 To get normal blinking underline, use::
Dkernel-parameters.txt7145 see VGA-softcursor.txt. Default: 2 = underline.
7184 vt.underline= [VT] Default color for underlined text; 0-15.
/linux-6.8/drivers/video/console/
Dmdacon.c384 /* Underline and reverse-video are mutually exclusive on MDA. in mda_convert_attr()
390 else if (ch & 0x0400) attr = 0x0100; /* underline */ in mda_convert_attr()
399 bool blink, bool underline, bool reverse, in mdacon_build_attr() argument
405 * Bit 2 : underline in mdacon_build_attr()
411 (underline << 2) | in mdacon_build_attr()
Dvgacon.c396 bool blink, bool underline, bool reverse, in vgacon_build_attr() argument
404 else if (underline) in vgacon_build_attr()
420 else if (underline) in vgacon_build_attr()
Dsticon.c334 bool blink, bool underline, bool reverse, in sticon_build_attr() argument
/linux-6.8/tools/mm/
Dslabinfo.c1352 static void _xtotals(char *heading, char *underline, in _xtotals() argument
1355 printf("%s%s", heading, underline); in _xtotals()
1366 char *heading, *underline; in xtotals() local
1374 underline = "--------------------\n"; in xtotals()
1375 _xtotals(heading, underline, 0, 1, 0); in xtotals()
1378 underline = "--------------------\n"; in xtotals()
1379 _xtotals(heading, underline, 1, 0, 0); in xtotals()
1382 underline = "---------------------------------------\n"; in xtotals()
1383 _xtotals(heading, underline, 0, 0, 1); in xtotals()
/linux-6.8/include/linux/
Dconsole_struct.h56 bool underline; member
115 unsigned char vc_ulcolor; /* Color for underline mode */
Dconsole.h77 bool blink, bool underline, bool reverse, bool italic);
/linux-6.8/scripts/
Ddocumentation-file-ref-check216 # usual reason for breakage: use dash or underline
/linux-6.8/drivers/tty/vt/
Dvt.c663 * Bit 2 : underline in build_attr()
696 vc->state.blink, vc->state.underline, in update_attr()
1593 vc->state.underline = false; in default_attr()
1705 * No console drivers support double underline, so in csi_m()
1706 * convert it to a single underline. in csi_m()
1709 vc->state.underline = true; in csi_m()
1748 vc->state.underline = false; in csi_m()
1910 case 1: /* set color for underline mode */ in setterm_command()
1913 if (vc->state.underline) in setterm_command()
3404 module_param_named(underline, default_underline_color, int, S_IRUGO | S_IWUSR);
/linux-6.8/drivers/target/tcm_fc/
Dtfc_io.c123 * "gso_max_size" of underline netdev. in ft_queue_data_in()
/linux-6.8/drivers/gpu/drm/nouveau/dispnv04/
Dnvreg.h223 # define NV_CIO_CR_ULINE_INDEX 0x14 /* underline location */
/linux-6.8/drivers/video/fbdev/
Dasiliantfb.c385 {0x14, 0x00}, /* Underline location */
Dcirrusfb.c1588 /* Underline Row scanline: - */ in init_vgachip()
/linux-6.8/Documentation/devicetree/bindings/cpu/
Didle-states.yaml71 timing and energy related properties, that underline the HW behaviour
/linux-6.8/drivers/video/fbdev/via/
Dhw.c130 {VIACR, CR14, 0xFF, 0x00}, /* [0-4] underline location
/linux-6.8/drivers/video/fbdev/core/
Dfbcon.c568 * remove underline attribute from erase character in fbcon_prepare_logo()
/linux-6.8/drivers/video/fbdev/sis/
Dinit301.c5653 …SiS_SetReg(SiS_Pr->SiS_Part1Port,0x0F,0x00); /* CR14: (text mode: underline location… in SiS_SetGroup1_301()