Searched refs:destend (Results 1 – 1 of 1) sorted by relevance
1023 resub(regexp *prog, char *src, char *dest, char *destend) argument1033 while ((dpt < destend) && ((c = *spt++) != '\0')) {1052 if (len > (destend - dpt))1053 len = destend - dpt;1073 char *destend) argument1085 while ((dpt < destend) && ((c = *spt++) != '\0')) {1120 if (len > (destend - dpt))1121 len = destend - dpt;