Home
last modified time | relevance | path

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

/linux/Documentation/admin-guide/
H A Dvga-softcursor.rst24 2=underline,
52 To get normal blinking underline, use::
H A Dkernel-parameters.txt8138 see vga-softcursor.rst. Default: 2 = underline.
8177 vt.underline= [VT] Default color for underlined text; 0-15.
/linux/drivers/video/console/
H A 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()
H A Dvgacon.c428 bool blink, bool underline, bool reverse, in vgacon_build_attr() argument
436 else if (underline) in vgacon_build_attr()
452 else if (underline) in vgacon_build_attr()
H A Dsticon.c320 bool blink, bool underline, bool reverse, in sticon_build_attr() argument
/linux/tools/mm/
H A Dslabinfo.c1357 static void _xtotals(char *heading, char *underline, in _xtotals() argument
1360 printf("%s%s", heading, underline); in _xtotals()
1371 char *heading, *underline; in xtotals() local
1379 underline = "--------------------\n"; in xtotals()
1380 _xtotals(heading, underline, 0, 1, 0); in xtotals()
1383 underline = "--------------------\n"; in xtotals()
1384 _xtotals(heading, underline, 1, 0, 0); in xtotals()
1387 underline = "---------------------------------------\n"; in xtotals()
1388 _xtotals(heading, underline, 0, 0, 1); in xtotals()
/linux/drivers/target/tcm_fc/
H A Dtfc_io.c123 * "gso_max_size" of underline netdev. in ft_queue_data_in()
/linux/drivers/gpu/drm/msm/registers/
H A Drules-fd.xsd280 for bold, underline, italics
/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Dnvreg.h223 # define NV_CIO_CR_ULINE_INDEX 0x14 /* underline location */
/linux/drivers/video/fbdev/
H A Dasiliantfb.c385 {0x14, 0x00}, /* Underline location */
H A Dcirrusfb.c1588 /* Underline Row scanline: - */ in init_vgachip()
/linux/Documentation/devicetree/bindings/cpu/
H A Didle-states.yaml71 timing and energy related properties, that underline the HW behaviour
/linux/drivers/video/fbdev/via/
H A Dhw.c130 {VIACR, CR14, 0xFF, 0x00}, /* [0-4] underline location
/linux/drivers/video/fbdev/core/
H A Dfbcon.c594 * remove underline attribute from erase character in fbcon_prepare_logo()
/linux/drivers/video/fbdev/sis/
H A Dinit301.c5652 …SiS_SetReg(SiS_Pr->SiS_Part1Port,0x0F,0x00); /* CR14: (text mode: underline location… in SiS_SetGroup1_301()