Searched refs:lhbuf (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/bin/ed/
H A Dre.c79 static char *lhbuf = NULL; /* buffer */ local
103 REALLOC(lhbuf, lhbufsz, len + 1, NULL);
104 memcpy(lhbuf, ibufp, len);
105 lhbuf[len] = '\0';
107 return (isbinary) ? NUL_TO_NEWLINE(lhbuf, len) : lhbuf;

Completed in 109 milliseconds