Searched defs:fj (Results 1 - 1 of 1) sorted by relevance

/drivers/tty/vt/
H A Dkeyboard.c1918 char *first_free, *fj, *fnw; local
1968 fj = func_table[j];
1970 fj = first_free;
1975 memmove(fj + delta, fj, first_free - fj);
1981 func_table[i] = fj;
1994 func_table[i] = fj;
1995 if (fj > funcbufptr)
1996 memmove(fnw, funcbufptr, fj
[all...]

Completed in 3380 milliseconds