taglinefilesource code
fj461drivers/char/vt.cchar *first_free, *fj, *fnw;
fj478drivers/char/vt.cfj = func_table[j];
fj480drivers/char/vt.cfj = first_free;
fj491drivers/char/vt.cmemmove(fj + delta, fj, first_free - fj);
fj497drivers/char/vt.cfunc_table[i] = fj;
fj508drivers/char/vt.cfunc_table[i] = fj;
fj509drivers/char/vt.cif (fj > funcbufptr)
fj510drivers/char/vt.cmemmove(fnw, funcbufptr, fj - funcbufptr);
fj515drivers/char/vt.cif (first_free > fj) {
fj516drivers/char/vt.cmemmove(fnw + (fj - funcbufptr) + delta, fj, first_free - fj);