HomeSort by: relevance | last modified time | path
    Searched refs:oldlast (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/patch/
patch.c 712 const LINENUM oldlast = oldfirst + pch_ptrn_lines() - 1; local
721 if (oldlast < oldfirst)
723 else if (oldlast == oldfirst)
727 oldlast, stars);
  /src/sbin/fsck_lfs/
lfs.c 954 ino_t oldlast; local
968 LFS_GET_HEADFREE(fs, cip, cbp, &oldlast);
980 ifp64->if_nextfree = oldlast;
988 ifp32->if_nextfree = oldlast;
996 ifp_v1->if_nextfree = oldlast;

Completed in 40 milliseconds