Lines Matching defs:ip
430 frdblk(ip, fn, rlen)
431 char *ip;
437 char buf[5], *erbp = ip;
448 if ((len = frdbuf(ip, FIBUFSIZ, fn)) == FAIL) {
454 op = ip;
458 if ((*ip &= 0177) >= '\172') {
463 if (*ip++ != '\176' || (i = --len) > 5)
466 *op++ = *ip++ & 0177;
491 special = *ip++;
493 if (*ip < '\040') {
499 c = *ip++;
502 c = *ip++ - 0100;
505 c = *ip++ + 0100;
508 c = *ip++ + 0100;
511 c = *ip++ + 0200;
514 c = *ip++ + 0300;