Lines Matching defs:fj
2006 char *first_free, *fj, *fnw;
2055 /* fj pointer to next entry after 'q' */
2060 fj = func_table[j];
2062 fj = first_free;
2068 /* make enough space for new entry at 'fj' */
2069 memmove(fj + delta, fj, first_free - fj);
2075 func_table[i] = fj;
2094 func_table[i] = fj;
2096 if (fj > funcbufptr)
2097 memmove(fnw, funcbufptr, fj - funcbufptr);
2103 if (first_free > fj) {
2104 memmove(fnw + (fj - funcbufptr) + delta, fj, first_free - fj);