Home | History | Annotate | Download | only in src

Lines Matching full:holdlen

953 static int holdlen;		/* length of holdbuf */
3544 holdlen = 0;
4752 holdlen = es->linelen;
4753 holdbufp[holdlen] = '\0';
4760 es->linelen = holdlen;
4761 memmove(es->cbuf, holdbufp, holdlen);