taglinefilesource code
fj517drivers/char/vt.cchar *first_free, *fj, *fnw;
fj534drivers/char/vt.cfj = func_table[j];
fj536drivers/char/vt.cfj = first_free;
fj547drivers/char/vt.cmemmove(fj + delta, fj, first_free - fj);
fj553drivers/char/vt.cfunc_table[i] = fj;
fj564drivers/char/vt.cfunc_table[i] = fj;
fj565drivers/char/vt.cif (fj > funcbufptr)
fj566drivers/char/vt.cmemmove(fnw, funcbufptr, fj - funcbufptr);
fj571drivers/char/vt.cif (first_free > fj) {
fj572drivers/char/vt.cmemmove(fnw + (fj - funcbufptr) + delta, fj, first_free - fj);