Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/less/
H A Dedit.c71 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;
H A Dless.h320 char *endstring; member