text_x 45 bsp/boot/arm/gba/startup.c bi->video.text_x = 30; text_x 45 bsp/boot/arm/integrator/startup.c bi->video.text_x = 80; text_x 45 bsp/boot/ppc/prep/startup.c bi->video.text_x = 80; text_x 54 bsp/boot/x86/pc/startup.c bi->video.text_x = 80; text_x 57 bsp/boot/x86/pc/startup.c bi->video.text_x = 80; text_x 631 bsp/drv/dev/base/tty.c tp->t_winsize.ws_col = (u_short)bi->video.text_x; text_x 496 bsp/drv/dev/base/wscons.c sc->ncols = bi->video.text_x; text_x 248 bsp/drv/dev/video/vga.c sc->cols = bi->video.text_x; text_x 134 bsp/hal/x86/pc/diag.c screen_x = bi->video.text_x; text_x 51 include/sys/bootinfo.h int text_x; /* text size, in characters */