Searched refs:textend (Results 1 – 1 of 1) sorted by relevance
6870 const char *textend; in linevector_add() local6882 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()