Home | History | Annotate | Download | only in src

Lines Matching defs:hptr

5043 	char *hptr;
5053 if ((hptr = *histpos()) == NULL) {
5059 if ((es->linelen = strlen(hptr)) >= es->cbufsize)
5061 memmove(es->cbuf, hptr, es->linelen);
5070 char *hptr;
5092 hptr = *histpos();
5093 if ((es->linelen = strlen(hptr)) >= es->cbufsize)
5095 memmove(es->cbuf, hptr, es->linelen);