HomeSort by: relevance | last modified time | path
    Searched defs:lhbuf (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/ed/
re.c 98 static char *lhbuf = NULL; /* buffer */ local in function:extract_pattern
122 REALLOC(lhbuf, lhbufsz, len + 1, NULL);
123 memcpy(lhbuf, ibufp, len);
124 lhbuf[len] = '\0';
126 return (isbinary) ? NUL_TO_NEWLINE(lhbuf, len) : lhbuf;
re.c 98 static char *lhbuf = NULL; /* buffer */ local in function:extract_pattern
122 REALLOC(lhbuf, lhbufsz, len + 1, NULL);
123 memcpy(lhbuf, ibufp, len);
124 lhbuf[len] = '\0';
126 return (isbinary) ? NUL_TO_NEWLINE(lhbuf, len) : lhbuf;
re.c 98 static char *lhbuf = NULL; /* buffer */ local in function:extract_pattern
122 REALLOC(lhbuf, lhbufsz, len + 1, NULL);
123 memcpy(lhbuf, ibufp, len);
124 lhbuf[len] = '\0';
126 return (isbinary) ? NUL_TO_NEWLINE(lhbuf, len) : lhbuf;

Completed in 32 milliseconds