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

  /src/bin/csh/
lex.c 1455 Char **nfbuf; local in function:bgetc
1458 nfbuf = xcalloc((size_t)(fblocks + 2), sizeof(*nfbuf));
1460 (void)blkcpy(nfbuf, fbuf);
1463 fbuf = nfbuf;

Completed in 11 milliseconds