taglinefilesource code
col242drivers/char/n_tty.cunsigned int col = tty->canon_column;
col249drivers/char/n_tty.ccol = (col | 7) + 1;
col252drivers/char/n_tty.ccol += 2;
col254drivers/char/n_tty.ccol++;
col263drivers/char/n_tty.cwhile (tty->column > col) {
col260drivers/char/tga.cunsigned int idx, xt, yt, row, col;
col273drivers/char/tga.ccol = idx % 80;
col274drivers/char/tga.crow = (idx - col) / 80;
col278drivers/char/tga.cxt = col * TGA_F_WIDTH + 64;
col291drivers/char/tga.cxt = col * TGA_F_WIDTH + 144;
col789drivers/char/tga.cint row, col, temp, c, attrib;
col811drivers/char/tga.ccol = temp % 80;
col812drivers/char/tga.crow = (temp - col) / 80;
col819drivers/char/tga.c+ ( col * TGA_F_WIDTH * tga_bpp) );
col106drivers/char/vt.ckd_size_changed(int row, int col)
col111drivers/char/vt.cif ( !row && !col ) return 0;
col118drivers/char/vt.cif ( col ) console_driver.table[i]->winsize.ws_col = col;