taglinefilesource code
fontheight371drivers/char/tga.ccon_adjust_height(unsigned long fontheight)
fontheight459drivers/char/vga.ccon_adjust_height(unsigned long fontheight)
fontheight464drivers/char/vga.cif (fontheight > 32 || (video_type != VIDEO_TYPE_VGAC &&
fontheight468drivers/char/vga.cif ( fontheight == video_font_height || fontheight == 0 )
fontheight471drivers/char/vga.cvideo_font_height = fontheight;
fontheight473drivers/char/vga.crows = video_scan_lines/fontheight;  /* Number of video rows we end up with */
fontheight474drivers/char/vga.cmaxscan = rows*fontheight - 1;    /* Scan lines to actually display-1 */
fontheight501drivers/char/vga.cfsr = (fsr & 0xe0) + (fontheight-1);    /*  Font size register */
fontheight502drivers/char/vga.ccurs = (curs & 0xc0) + fontheight - (fontheight < 10 ? 2 : 3);
fontheight503drivers/char/vga.ccure = (cure & 0xe0) + fontheight - (fontheight < 10 ? 1 : 2);
fontheight83drivers/char/vt.cextern int con_adjust_height(unsigned long fontheight);