Searched refs:plineptr (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/patch_cmds-17/patch/
H A Dpatch.c1002 const char *plineptr; local
1009 plineptr = pfetch(pline);
1012 if (!similar(ilineptr, plineptr, plinelen))
1014 } else if (strnNE(ilineptr, plineptr, plinelen))
1024 if (plineptr[plinelen - 1] == '\n')
1027 if (plineptr[plinelen - 1] != '\n')

Completed in 121 milliseconds