Searched refs:lnbuf (Results 1 – 1 of 1) sorted by relevance
74 static unsigned char *lnbuf; variable131 lnbuf = grep_realloc(lnbuf, newlen); in grep_lnbufgrow()173 memcpy(lnbuf + off, bufpos, len - off); in grep_fgetln()188 memcpy(lnbuf + off, bufpos, diff); in grep_fgetln()194 return ((char *)lnbuf); in grep_fgetln()266 free(lnbuf); in grep_close()267 lnbuf = NULL; in grep_close()