Searched refs:endstring (Results 1 – 2 of 2) sorted by relevance
71 tlist->endstring = tlist->string + strlen(tlist->string);72 for (s = str; s < tlist->endstring; s++)78 } else if (esclen > 0 && s + esclen < tlist->endstring &&116 if (s >= tlist->endstring)120 if (s >= tlist->endstring)137 s = tlist->endstring;
320 char *endstring; member