Home
last modified time | relevance | path

Searched refs:ilineptr (Results 1 – 1 of 1) sorted by relevance

/netbsd/usr.bin/patch/
H A Dpatch.c1028 const char *ilineptr; in patch_match() local
1033 ilineptr = ifetch(iline, offset >= 0); in patch_match()
1034 if (ilineptr == NULL) in patch_match()
1039 if (!similar(ilineptr, plineptr, plinelen)) in patch_match()
1041 } else if (strnNE(ilineptr, plineptr, plinelen)) in patch_match()