Home | History | Annotate | Download | only in src

Lines Matching full:hptr

4988 	char *hptr;
4998 if ((hptr = *histpos()) == NULL) {
5004 if ((es->linelen = strlen(hptr)) >= es->cbufsize)
5006 memmove(es->cbuf, hptr, es->linelen);
5015 char *hptr;
5037 hptr = *histpos();
5038 if ((es->linelen = strlen(hptr)) >= es->cbufsize)
5040 memmove(es->cbuf, hptr, es->linelen);