Home | History | Annotate | Download | only in Parser

Lines Matching full:newlen

900                 size_t newlen = oldlen + strlen(newtok);
902 buf = (char *)PyMem_REALLOC(buf, newlen+1);
916 tok->inp = tok->buf + newlen;