Home | History | Annotate | Download | only in src

Lines Matching refs:hptr

4874 	char *hptr;
4884 if ((hptr = *histpos()) == NULL) {
4890 if ((es->linelen = strlen(hptr)) >= es->cbufsize)
4892 memmove(es->cbuf, hptr, es->linelen);
4901 char *hptr;
4924 hptr = *histpos();
4925 if ((es->linelen = strlen(hptr)) >= es->cbufsize)
4927 memmove(es->cbuf, hptr, es->linelen);