Searched refs:underline (Results 1 – 4 of 4) sorted by relevance
| /drivers/video/console/ |
| A D | mdacon.c | 399 bool blink, bool underline, bool reverse, in mdacon_build_attr() argument 411 (underline << 2) | in mdacon_build_attr()
|
| A D | vgacon.c | 428 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()
|
| A D | sticon.c | 320 bool blink, bool underline, bool reverse, in sticon_build_attr() argument
|
| /drivers/tty/vt/ |
| A D | vt.c | 696 vc->state.blink, vc->state.underline, in update_attr() 1591 vc->state.underline = false; in default_attr() 1743 vc->state.underline = true; in csi_m() 1782 vc->state.underline = false; in csi_m() 2005 if (vc->state.underline) in csi_RSB() 3675 module_param_named(underline, default_underline_color, int, S_IRUGO | S_IWUSR);
|
Completed in 18 milliseconds