Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Drcs.c6870 const char *textend; in linevector_add() local
6882 textend = text + len; in linevector_add()
6886 for (p = text; p < textend; ++p) in linevector_add()
6887 if (*p == '\n' && p + 1 < textend) in linevector_add()
6912 for (p = text; p < textend; ++p) in linevector_add()
6916 if (p + 1 == textend) in linevector_add()