vt_mode
struct vt_mode lvt;
bool vt_mode;
bool vt_mode = FALSE;
vt_mode = dcb_config->vt_mode;
if (!((tc_count == 8 && vt_mode == FALSE) || tc_count == 4))
if (tc_count == 8 && vt_mode == FALSE) {
} else if (tc_count == 4 && vt_mode == FALSE) {
} else if (tc_count == 4 && vt_mode == TRUE) {
if (dcb_config->vt_mode)
if (dcb_config->vt_mode)
#define newmode ((struct vt_mode *)data)
#define cmode ((struct vt_mode *)data)
typedef struct vt_mode vtmode_t;