Lines Matching refs:off
504 lineget(off_t off)
508 off &= ~(LINE_GLOBAL|LINE_MARKED);
509 if (sfseek(ed.tmp, off, SEEK_SET) != off)
512 error(ERROR_SYSTEM|2, "temp file read error at offset %I*d", sizeof(off), off);
519 off_t off;
522 off = ed.tmpoff;
523 if (sfseek(ed.tmp, off, SEEK_SET) != off)
526 error(ERROR_SYSTEM|2, "temp file write error at offset %I*d", sizeof(off), off);
529 return off;
535 register off_t off;
537 off = lineput(s);
542 off |= LINE_MARKED;
545 *mp = off;
549 a1->offset = off;