taglinefilesource code
fj536drivers/char/vt.cchar *first_free, *fj, *fnw;
fj553drivers/char/vt.cfj = func_table[j];
fj555drivers/char/vt.cfj = first_free;
fj566drivers/char/vt.cmemmove(fj + delta, fj, first_free - fj);
fj572drivers/char/vt.cfunc_table[i] = fj;
fj583drivers/char/vt.cfunc_table[i] = fj;
fj584drivers/char/vt.cif (fj > funcbufptr)
fj585drivers/char/vt.cmemmove(fnw, funcbufptr, fj - funcbufptr);
fj590drivers/char/vt.cif (first_free > fj) {
fj591drivers/char/vt.cmemmove(fnw + (fj - funcbufptr) + delta, fj, first_free - fj);