Home | History | Annotate | Download | only in src

Lines Matching refs:hptr

4953 	char *hptr;
4963 if ((hptr = *histpos()) == NULL) {
4969 if ((es->linelen = strlen(hptr)) >= es->cbufsize)
4971 memmove(es->cbuf, hptr, es->linelen);
4980 char *hptr;
5002 hptr = *histpos();
5003 if ((es->linelen = strlen(hptr)) >= es->cbufsize)
5005 memmove(es->cbuf, hptr, es->linelen);