taglinefilesource code
fj515drivers/char/vt.cchar *first_free, *fj, *fnw;
fj532drivers/char/vt.cfj = func_table[j];
fj534drivers/char/vt.cfj = first_free;
fj545drivers/char/vt.cmemmove(fj + delta, fj, first_free - fj);
fj551drivers/char/vt.cfunc_table[i] = fj;
fj562drivers/char/vt.cfunc_table[i] = fj;
fj563drivers/char/vt.cif (fj > funcbufptr)
fj564drivers/char/vt.cmemmove(fnw, funcbufptr, fj - funcbufptr);
fj569drivers/char/vt.cif (first_free > fj) {
fj570drivers/char/vt.cmemmove(fnw + (fj - funcbufptr) + delta, fj, first_free - fj);