Searched refs:lnbuf (Results 1 – 1 of 1) sorted by relevance
74 static unsigned char *lnbuf; variable133 lnbuf = grep_realloc(lnbuf, newlen); in grep_lnbufgrow()175 memcpy(lnbuf + off, bufpos, len - off); in grep_fgetln()190 memcpy(lnbuf + off, bufpos, diff); in grep_fgetln()196 return ((char *)lnbuf); in grep_fgetln()268 free(lnbuf); in grep_close()269 lnbuf = NULL; in grep_close()