Home
last modified time | relevance | path

Searched refs:hfree (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.hist.c22 void hfree(struct Hist *);
57 hp->Hnext = np->Hnext, hfree(np); in savehist()
87 hfree(struct Hist *hp) in hfree() function
/illumos-gate/usr/src/cmd/dc/
H A Ddc.c2131 if ((hdr = hfree) == 0) in salloc()
2133 hfree = (struct blk *)hdr->rd; in salloc()
2147 hfree = h = (struct blk *)dcmalloc(HEADSZ); in morehd()
2148 if (hfree == 0) { in morehd()
2150 if ((hfree = h = (struct blk *)dcmalloc(HEADSZ)) == 0) in morehd()
2154 while (h < hfree + (HEADSZ/BLK)) in morehd()
2157 return (hfree); in morehd()
2185 if ((hdr = hfree) == 0) in copy()
2187 hfree = (struct blk *)hdr->rd; in copy()
2376 p->rd = (char *)hfree; in release()
[all …]
H A Ddc.h86 struct blk *hfree; variable
/illumos-gate/usr/src/lib/libxcurses/h/solaris2/
H A Dmkslocal.h92 #define hfree(ptr) free(ptr) macro
/illumos-gate/usr/src/contrib/zlib/
H A Dzutil.c274 # define _hfree hfree
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c942 # define _hfree hfree
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c6010 #define _hfree hfree