HomeSort by: relevance | last modified time | path
    Searched defs:plineptr (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/patch/
patch.c 1029 const char *plineptr; local in function:patch_match
1036 plineptr = pfetch(pline);
1039 if (!similar(ilineptr, plineptr, plinelen))
1041 } else if (strnNE(ilineptr, plineptr, plinelen))
1051 if (plineptr[plinelen - 1] == '\n')
1054 if (plineptr[plinelen - 1] != '\n')

Completed in 12 milliseconds