taglinefilesource code
ws428arch/m68k/kernel/console.cstruct winsize ws;
ws491arch/m68k/kernel/console.cws.ws_row = rows;
ws492arch/m68k/kernel/console.cws.ws_col = cols;
ws493arch/m68k/kernel/console.cif (memcmp(&ws, &console_table[currcons]->winsize, sizeof (struct winsize)) &&
ws496arch/m68k/kernel/console.cconsole_table[currcons]->winsize = ws;