Searched refs:underl (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/video/ |
D | fbcon-hga.c | 121 u_int rows, y, bold, revs, underl; in fbcon_hga_putc() local 127 underl = attr_underline(p, c); in fbcon_hga_putc() 132 if (underl && !rows) in fbcon_hga_putc() 147 u_int rows, y, y0, bold, revs, underl; in fbcon_hga_putcs() local 154 underl = attr_underline(p, c); in fbcon_hga_putcs() 163 if (underl && !rows) in fbcon_hga_putcs()
|
D | fbcon-mfb.c | 90 u_int rows, bold, revs, underl; in fbcon_mfb_putc() local 97 underl = attr_underline(p,c); in fbcon_mfb_putc() 101 if (underl && !rows) in fbcon_mfb_putc() 115 u_int rows, bold, revs, underl; in fbcon_mfb_putcs() local 123 underl = attr_underline(p, c); in fbcon_mfb_putcs() 131 if (underl && !rows) in fbcon_mfb_putcs()
|
D | fbcon-sti.c | 194 u_int rows, bold, revs, underl; in fbcon_sti_putc() local 201 underl = attr_underline(p,c); in fbcon_sti_putc() 205 if (underl && !rows) in fbcon_sti_putc() 221 u_int rows, bold, revs, underl; in fbcon_sti_putcs() local 244 underl = attr_underline(p, c); in fbcon_sti_putcs() 252 if (0 && underl && !rows) in fbcon_sti_putcs()
|
D | dn_cfb8.c | 485 u_int rows, bold, revs, underl; in putc_apollofb() local 494 underl = attr_underline(p,conp); in putc_apollofb() 498 if (underl && !rows) in putc_apollofb() 512 u_int rows, bold, revs, underl; in putcs_apollofb() local 518 underl = attr_underline(p,conp); in putcs_apollofb() 526 if (underl && !rows) in putcs_apollofb()
|