Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Dsh.lex.c1571 Char **nfbuf; in balloc() local
1574 nfbuf = xcalloc(fblocks + 2, sizeof(Char **)); in balloc()
1576 (void) blkcpy(nfbuf, fbuf); in balloc()
1579 fbuf = nfbuf; in balloc()
H A Dsh.c1688 Char** nfbuf = fbuf; in st_restore() local
1694 xfree(nfbuf[i]); in st_restore()
1695 xfree(nfbuf); in st_restore()