Home
last modified time | relevance | path

Searched refs:nfbuf (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.lex.c1548 Char **nfbuf; in balloc() local
1551 nfbuf = xcalloc(fblocks + 2, sizeof(Char **)); in balloc()
1553 (void) blkcpy(nfbuf, fbuf); in balloc()
1556 fbuf = nfbuf; in balloc()
H A Dsh.c1684 Char** nfbuf = fbuf; in st_restore() local
1690 xfree(nfbuf[i]); in st_restore()
1691 xfree(nfbuf); in st_restore()