Lines Matching refs:fm
271 unsigned char *fm;277 for (fm = table; fm < table + len; )283 for (to = fm; *fm != '\0'; )285 if (*fm != SK_SPECIAL_KEY)287 *to++ = *fm++;299 repl = special_key_str(fm[1]);300 klen = fm[2] & 0377;301 fm += klen;312 while (to <= fm)314 fm++;315 a = *fm++ & 0377;318 while (*fm++ != '\0')