Home
last modified time | relevance | path

Searched refs:def_color (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/char/
Dconsole_macros.h43 #define def_color (vc_cons[currcons].d->vc_def_color) macro
Dconsole.c1064 color = def_color; in default_attr()
1137 color = (def_color & 0x0f) | background; in csi_m()
1145 color = (def_color & 0x0f) | background; in csi_m()
1149 color = (def_color & 0xf0) | foreground; in csi_m()
1292 def_color = attr; in setterm_command()
1294 def_color >>= 1; in setterm_command()
2445 def_color = 0x07; /* white */ in vc_init()