Home | History | Annotate | Download | only in Parser

Lines Matching defs:newbuf

1049                 char *newbuf = tok->buf;
1050 newbuf = (char *)PyMem_REALLOC(newbuf,
1052 if (newbuf == NULL) {
1057 tok->buf = newbuf;